about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake/default.nix b/flake/default.nix
index 453c8682..9ee92021 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -5,7 +5,6 @@
   system,
   sysLib,
   nixpkgs_as_input,
-  my_flake_as_input,
   # modules
   home-manager,
   nixNeovim,
@@ -85,7 +84,7 @@
       # nix registry
       
       nixpkgs_as_input
-      my_flake_as_input
+      self
       ;
   };
 in {