Comment
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
# With let you can define local variables
|
# With let you can define local variables
|
||||||
let
|
let
|
||||||
# We bring these functions into the scope for the outputs.
|
# We bring these functions into the scope for the outputs.
|
||||||
inherit (builtins) attrValues;
|
inherit (builtins) attrValues; # TODO: What does this do
|
||||||
inherit (nixpkgs.lib) nixosSystem;
|
inherit (nixpkgs.lib) nixosSystem;
|
||||||
inherit (home-manager.lib) homeManagerConfiguration;
|
inherit (home-manager.lib) homeManagerConfiguration;
|
||||||
in
|
in
|
||||||
|
Reference in New Issue
Block a user