expose packages output, add it to global nixpkgs
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user