mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
lib.needsSystem: add outputs
This commit is contained in:
parent
349f52ce8f
commit
9d117fee63
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ lib.fix (myLib: {
|
|||
wrench = lib.flip lib.pipe;
|
||||
|
||||
needsSystem = lib.flip builtins.elem [
|
||||
"apps"
|
||||
"checks"
|
||||
"defaultPackage"
|
||||
"devShell"
|
||||
"devShells"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue