summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-17 00:57:58 -0700
committerFuwn <[email protected]>2024-09-17 00:57:58 -0700
commit4c7ef48c5e43f76060f0705914c768a0307a7da1 (patch)
tree1e4fcc2c14ee252c1b766fa42bb66feb775357df
parentnix: flake-registry (diff)
downloadnixos-config-4c7ef48c5e43f76060f0705914c768a0307a7da1.tar.xz
nixos-config-4c7ef48c5e43f76060f0705914c768a0307a7da1.zip
nix: registry
-rw-r--r--modules/nix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix
index ccc2910..8dc124f 100644
--- a/modules/nix/default.nix
+++ b/modules/nix/default.nix
@@ -17,6 +17,7 @@
nix = {
gc.automatic = true;
optimise.automatic = true;
+ registry.nixpkgs.flake = inputs.nixpkgs;
settings = {
auto-optimise-store = true;