expose packages output, add it to global nixpkgs

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-03-03 00:47:51 -05:00
parent 0076dc6aaa
commit 343aee5d60
3 changed files with 17 additions and 7 deletions

View File

@ -149,7 +149,7 @@ rec {
configPath,
hostname,
inputs,
outputs,
outputs ? { },
src,
users,
home ? true,
@ -219,7 +219,7 @@ rec {
;
hostname = name;
}
// import configPath { inherit inputs; }
// import configPath { inherit inputs outputs; }
);
}
) (lib.adev.lsdir path)