about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/nix/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/services/nix/default.nix b/system/services/nix/default.nix
index afd26fab..28fc251f 100644
--- a/system/services/nix/default.nix
+++ b/system/services/nix/default.nix
@@ -3,7 +3,8 @@
   config,
   lib,
   pkgs,
-  inputs,
+  nixpkgs,
+  templates,
   ...
 }: {
   nix = {
@@ -13,9 +14,9 @@
     # https://discourse.nixos.org/t/flakes-error-error-attribute-outpath-missing/18044
 
     registry = {
-      nixpkgs.flake = inputs.nixpkgs;
-      n.flake = inputs.nixpkgs;
-      t.flake = inputs.templates;
+      nixpkgs.flake = nixpkgs;
+      n.flake = nixpkgs;
+      t.flake = templates;
     };
 
     gc = {