nix/os: fix devices expressions
This commit is contained in:
parent
288313f70e
commit
4d720297ad
1 changed files with 4 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
, gitRoot ? "$(git rev-parse --show-toplevel)"
|
||||
|
||||
# FIXME: why do these need explicit mentioning?
|
||||
# , moreargs ? ""
|
||||
# , rebuildarg ? ""
|
||||
, moreargs ? ""
|
||||
, rebuildarg ? ""
|
||||
, ...
|
||||
} @ args :
|
||||
|
||||
|
@ -44,6 +44,8 @@ in {
|
|||
recipes = {
|
||||
rebuild = rebuild {
|
||||
inherit gitRoot;
|
||||
inherit moreargs;
|
||||
inherit rebuildarg;
|
||||
}
|
||||
# // pkgs.lib.attrsets.optionalAttrs (moreargs != "") { inherit moreargs; }
|
||||
# // pkgs.lib.attrsets.optionalAttrs (rebuildarg != "") { inherit rebuildarg; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue