mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor(lib): start using Std
This commit is contained in:
parent
9184146fed
commit
0a9747c396
5 changed files with 32 additions and 43 deletions
|
|
@ -3,6 +3,7 @@
|
|||
config,
|
||||
meta,
|
||||
std,
|
||||
Std,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
|
|
@ -104,7 +105,7 @@ in {
|
|||
inherit (config) system modules specialArgs;
|
||||
}) config.builder);
|
||||
specialArgs = {
|
||||
inherit name inputs std meta;
|
||||
inherit name inputs std Std meta;
|
||||
inherit (inputs.self.lib) gensokyo-zone;
|
||||
systemType = config.folder;
|
||||
system = config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue