mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
7486517713
commit
9903866044
160 changed files with 4570 additions and 3019 deletions
|
|
@ -41,7 +41,7 @@ in {
|
|||
};
|
||||
modules = mkOption {
|
||||
type = listOf unspecified;
|
||||
default = [ ];
|
||||
default = [];
|
||||
};
|
||||
specialArgs = mkOption {
|
||||
type = attrs;
|
||||
|
|
@ -101,10 +101,13 @@ in {
|
|||
darwin = inputs.darwin.lib.darwinSystem;
|
||||
macos = inputs.darwin.lib.darwinSystem;
|
||||
}
|
||||
.${string.toLower config.type} or null;
|
||||
built = mkOptionDefault (mapNullable (builder: builder {
|
||||
inherit (config) system modules specialArgs;
|
||||
}) config.builder);
|
||||
.${string.toLower config.type}
|
||||
or null;
|
||||
built = mkOptionDefault (mapNullable (builder:
|
||||
builder {
|
||||
inherit (config) system modules specialArgs;
|
||||
})
|
||||
config.builder);
|
||||
specialArgs = {
|
||||
inherit name inputs std Std meta;
|
||||
inherit (inputs.self.lib) gensokyo-zone;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue