summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-17 01:00:48 -0700
committerFuwn <[email protected]>2024-09-17 01:00:48 -0700
commit277efca1ac93349d2d74e6c8ef210dc45ebab295 (patch)
tree8e5ff8a5b0169d4c341b722a94fc627657791255
parentnix: registry (diff)
downloadnixos-config-277efca1ac93349d2d74e6c8ef210dc45ebab295.tar.xz
nixos-config-277efca1ac93349d2d74e6c8ef210dc45ebab295.zip
nix: use git release
-rw-r--r--modules/nix/default.nix3
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"
];