forked from poz/niksos
chore: remove comments from flake
This commit is contained in:
parent
e6157330ec
commit
500744ae53
1 changed files with 1 additions and 2 deletions
|
@ -7,9 +7,8 @@
|
|||
nur,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (nixpkgs) lib; # we isolate lib from nixpkgs to be able to pass it to specific flake options, alternatively use nixpkgs.lib
|
||||
inherit (nixpkgs) lib;
|
||||
in {
|
||||
# instead of cluttering flake.nix, import all nixosConfigurations from their own dedicated file
|
||||
nixosConfigurations = import ./hosts {inherit nixpkgs inputs lib nur;};
|
||||
};
|
||||
inputs = {
|
||||
|
|
Loading…
Reference in a new issue