about summary refs log tree commit diff stats
path: root/flake/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-09 13:19:46 +0100
committerSoispha <soispha@vhack.eu>2023-12-09 13:19:46 +0100
commite97702e7dfe69f2a3212a64b44dc6c6d04d24861 (patch)
treec6cae834cc1f0c159d59fe3a1db819fbd1e605b1 /flake/default.nix
parentfix(hm/conf/nvim/plgs/lsp/server/pylyzer): Disable again (diff)
downloadnixos-config-e97702e7dfe69f2a3212a64b44dc6c6d04d24861.tar.gz
nixos-config-e97702e7dfe69f2a3212a64b44dc6c6d04d24861.zip
fix(flake): Use self instead of a reimport of itself
Diffstat (limited to 'flake/default.nix')
-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 {