1
This commit is contained in:
2022-07-01 00:43:01 +02:00
parent 4045ad875c
commit 0734a6995a

View File

@ -27,7 +27,7 @@
# With let you can define local variables
let
# 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 (home-manager.lib) homeManagerConfiguration;
in