about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-31 16:15:50 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-31 16:15:50 +0200
commit75ccbcda08d17447a1760b404c537cd636834fbb (patch)
treee5cae84c2d463381fe8b7f14d6ca66260b2f3866 /hosts
parentUpdate PARTITIONING guide (diff)
downloadnixos-config-75ccbcda08d17447a1760b404c537cd636834fbb.tar.gz
nixos-config-75ccbcda08d17447a1760b404c537cd636834fbb.tar.bz2
nixos-config-75ccbcda08d17447a1760b404c537cd636834fbb.zip
Pin nixpkgs registry
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index a0ae88b..bc63371 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -160,6 +160,7 @@
   };
 
   nix = {
+    registry.nixpkgs.flake = inputs.nixpkgs;
     gc = {
       automatic = true;
       dates = "daily";