gabriella439 gabriella439
  • Joined on 2024-03-19
gabriella439 commented on issue lix-project/lix#170 2024-03-25 16:33:45 +00:00
Ban resolving registry indirect flake inputs

@qyriad: Command-line usage does conceptually lock a flake even if it doesn't create a flake.lock file per se. For example:

$ nix flake metadata nixpkgs
Resolved URL:  github:NixO…
gabriella439 commented on issue lix-project/lix#170 2024-03-25 16:24:02 +00:00
Ban resolving registry indirect flake inputs

Do we intend to support the flake registry at all? The reason I'm asking is that the arguments you're making against indirect flake inputs seem to equally apply as reasons to drop the flake…

gabriella439 commented on issue lix-project/lix#182 2024-03-25 16:17:56 +00:00
Add :write to nix repl

Can you elaborate a bit more on the use case for mirroring REPL commands to a file?

Part of the reason I'm asking is that many REPLs provide a .history file containing commands the user has…

gabriella439 commented on issue lix-project/lix#170 2024-03-25 16:05:36 +00:00
Ban resolving registry indirect flake inputs

Do you mean that we're grandfathering existing flake.nix files that use indirect flake inputs if they've already been locked in flake.lock, but we refuse to lock new indirect flake inputs…

gabriella439 commented on issue lix-project/lix#170 2024-03-25 15:58:27 +00:00
Ban resolving registry indirect flake inputs

Just to clarify: is this issue to ban indirect flake inputs entirely or just banning updating those inputs? The reason why is that the title sounds more like the former whereas the description…

gabriella439 commented on issue lix-project/lix#41 2024-03-25 15:50:41 +00:00
meson build system

Exciting!! Very nice work

gabriella439 commented on issue lix-project/lix#171 2024-03-25 14:26:07 +00:00
Allow not attempting to copy closures to ssh-ng remote builders

Maybe still warn (just once, not per path) when using this fallback? The main reason I suggest this is that the user might not understand why their path is being built when they were expecting it…

gabriella439 commented on issue lix-project/lix#1 2024-03-20 16:15:54 +00:00
Overlaying nix does not propagate up to NixOS systems definitions

I don't think there is a bug here (or in other words, I believe things are working as intended). The reason you don't get a build failure is because the nixosTests.misc doesn't use pkgs.nix