diff options
| author | Fuwn <[email protected]> | 2024-09-17 01:00:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 01:00:48 -0700 |
| commit | 277efca1ac93349d2d74e6c8ef210dc45ebab295 (patch) | |
| tree | 8e5ff8a5b0169d4c341b722a94fc627657791255 | |
| parent | nix: registry (diff) | |
| download | nixos-config-277efca1ac93349d2d74e6c8ef210dc45ebab295.tar.xz nixos-config-277efca1ac93349d2d74e6c8ef210dc45ebab295.zip | |
nix: use git release
| -rw-r--r-- | modules/nix/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 8dc124f..a4927bd 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -2,6 +2,7 @@ config, lib, inputs, + pkgs, ... }: { @@ -18,6 +19,7 @@ gc.automatic = true; optimise.automatic = true; registry.nixpkgs.flake = inputs.nixpkgs; + package = pkgs.nixVersions.git; settings = { auto-optimise-store = true; @@ -84,7 +86,6 @@ "ca-derivations" "auto-allocate-uids" "cgroups" - "repl-flake" "no-url-literals" "dynamic-derivations" ]; |