| 4 May 2025 |
| sinan | 18:37:04 |
| sinan changed their profile picture. | 18:38:37 |
| sinan | 18:38:45 |
| sinan | 18:38:48 |
| sinan | 18:38:57 |
| sinan | 18:39:38 |
| sinan | 18:41:08 |
| 5 May 2025 |
| @edsoncsouza:matrix.org left the room. | 09:40:05 |
| spacecadet joined the room. | 19:16:45 |
tomberek | Double-checking: multiple-outputs for impure-derivations is not expected to work at this time?
error: derivation '/nix/store/h8vc7ifz5lx8zqgmny0jsdmcyf8123ns-thing.drv' doesn't have expected output 'second' (derivation-goal.cc/resolvedFinished,realisation)
| 21:31:25 |
| 6 May 2025 |
Winter | fwiw tomberek et al, i'm going to get to #13501 soon -- the issue is just a tad more haunted than i originally thought: the fix is still sane, though! i just want to get a better explanation in-tree. | 06:29:56 |
| regalk joined the room. | 16:40:43 |
tomberek | 13051? | 16:59:38 |
| 7 May 2025 |
Winter | In reply to @tomberek:matrix.org 13051? #13051 | 08:32:27 |
Winter | * #13051 | 08:32:58 |
| 8 May 2025 |
| isabel changed their profile picture. | 08:58:04 |
| 98765abc changed their profile picture. | 11:35:00 |
WeetHet | Now that infra supports lockable tarballs for channel releases, what do you think about adding a channel:name flakeref pointing to channels.nixos.org/name/nixexprs.tar.xz?
Is it too much coupling?
| 20:09:03 |
leona | I (not part of the nix team nor associated with nix development) wouldn't like the name "channel:" for this, as the concept of a channel is far greater than Nixpkgs and therefore anything channel.nixos.org offers | 20:39:51 |
| 9 May 2025 |
dramforever | even though it's debatable whether it would be good to add it to flakes, there is precedence for e.g. channel: urls already being that | 01:42:03 |
| @interacsion:matrix.org left the room. | 08:29:24 |
| maan2 joined the room. | 20:01:41 |
| 11 May 2025 |
WeetHet | Yep, for example:
nix-instantiate channel:nixpkgs-unstable hello --log-format multiline
[4.4/30.4 MiB DL]
downloading 'https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz'
| 13:59:32 |
WeetHet | * Yep, for example:
$ nix-instantiate channel:nixpkgs-unstable hello --log-format multiline
[4.4/30.4 MiB DL]
downloading 'https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz'
| 13:59:38 |
WeetHet | * Yep, for example:
$ nix-instantiate channel:nixpkgs-unstable -A hello --log-format multiline
[4.4/30.4 MiB DL]
downloading 'https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz'
| 13:59:59 |
WeetHet | https://github.com/NixOS/nix/issues/13168
Let's see what people think | 14:07:35 |
| 12 May 2025 |
fzakaria | Whose familiar with SourceAccessor in CppNix ? We were seeing divergent failures for missing files; I was seeing "FileNotFoundError" and Shahar "Dawn" Or (mightyiam) was seeing "SysError" (although not in unit tests).
We've rebased and it's gone away but it's bugging me not knowing the difference.
| 15:58:50 |
fzakaria | My best guess -- is his Nix build was picking a different SourceAccessor. Mine seemed to be picking PosixSourceAccessor. | 15:59:27 |
| @michael.zeagler:matrix.org joined the room. | 20:25:48 |
| 13 May 2025 |
John Ericson | Eelco: if (settings.buildHook.get().empty() || !worker.tryBuildHook || !useDerivation) return rpDecline; | 19:31:48 |