chore: remove comments from flake

This commit is contained in:
jacekpoz 2023-12-21 13:57:17 +01:00
parent e6157330ec
commit 500744ae53
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -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 = {