mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
flake-parts: add builder option
This commit is contained in:
parent
e25f6be965
commit
28c5bd5d9f
@ -37,6 +37,14 @@
|
||||
type = t.str;
|
||||
};
|
||||
|
||||
# TODO make an enum of all available builders?
|
||||
builder = mkOption {
|
||||
default = null;
|
||||
description = ''Name of builder to use'';
|
||||
example = "strict-builder";
|
||||
type = t.nullOr t.str;
|
||||
};
|
||||
|
||||
subsystemInfo = mkOption {
|
||||
default = {};
|
||||
description = "Translator specific arguments";
|
||||
|
Loading…
Reference in New Issue
Block a user