Add an option for the toplevel derivation
This commit is contained in:
parent
196586a97d
commit
f6ae6d0ee8
2 changed files with 9 additions and 0 deletions
|
|
@ -150,6 +150,11 @@
|
|||
};
|
||||
|
||||
build = {
|
||||
toplevel = lib.mkOption {
|
||||
type = lib.types.pathInStore;
|
||||
readOnly = true;
|
||||
};
|
||||
|
||||
scripts = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.package;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue