diff options
author | Soispha <soispha@vhack.eu> | 2023-12-09 13:19:46 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-09 13:19:46 +0100 |
commit | e97702e7dfe69f2a3212a64b44dc6c6d04d24861 (patch) | |
tree | c6cae834cc1f0c159d59fe3a1db819fbd1e605b1 /flake/default.nix | |
parent | fix(hm/conf/nvim/plgs/lsp/server/pylyzer): Disable again (diff) | |
download | nixos-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.nix | 3 |
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 { |