Silvan Mosberger

Results 311 comments of Silvan Mosberger

This is now addressed with [the constitution](https://github.com/NixOS/org/blob/main/doc/constitution.md#board-composition-changes).

Unclear and doesn't seem very relevant for the foundation, if at all for the SC.

Sounds reasonable to me, PR appreciated!

Are you thinking of `programs.sqlite`? I'm pretty sure nix-index doesn't take any part in that

Oh I see, apparently it was switched to nix-index, but only recently: https://github.com/NixOS/nixos-channel-scripts/commit/8656f3e07f1d45404f92888ca118544eae999cbf

Considering that `programs.sqlite` has existed [for 11 years](https://github.com/NixOS/nixos-channel-scripts/commit/e468488a13f5d42a6f0029bb5a74dac47e4b17be), I do think that's relatively recent! :laughing:

The idea I had was that Nix could be extended to have new builtins for adding annotations to expressions like: ```nix builtins.withAnnotation # ^^ Returns a value that behaves the...

Importing a local directory (that's not already in the store) twice when using `./.` _only_ happens with Flakes, so it is Flakes-specific. This cannot be reproduced with neither just the...

So I guess it's not exclusively flake-specific, but flakes does cause this to trigger when you wouldn't expect it. But yes, this can also be fixed without involving flakes, fair...

Edit: This isn't right! Please disregard this message, I'll investigate more.. Found it, very cursed, but unrelated to this issue: https://github.com/NixOS/nix.dev/pull/830#issuecomment-1922672937 I just discovered that this is the reason derivations...