abstract away architectures
This commit is contained in:
parent
2dee155b68
commit
57eee399e3
8 changed files with 69 additions and 36 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{lib, ...}: let
|
||||
inherit (lib.options) mkOption;
|
||||
in {
|
||||
mkOpt = type: default: mkOption {inherit type default;};
|
||||
mkOpt = type: default: mkOption { inherit type default; };
|
||||
|
||||
mkOpt' = type: default: description: mkOption {inherit type default description;};
|
||||
mkOpt' = type: default: description: mkOption { inherit type default description; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue