mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor: system -> systemConfig
This commit is contained in:
parent
512b1fc75b
commit
45705650bb
31 changed files with 127 additions and 131 deletions
3
lib.nix
3
lib.nix
|
|
@ -147,7 +147,8 @@ in {
|
|||
inherit inputs;
|
||||
inherit (inputs) self;
|
||||
inherit (inputs.self) overlays;
|
||||
inherit (inputs.self.lib) tree meta lib systems std Std;
|
||||
inherit (inputs.self.lib) tree meta lib std Std;
|
||||
systems = builtins.mapAttrs (_: system: system.config) systems;
|
||||
};
|
||||
generate = import ./generate.nix {inherit inputs tree;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue