refactor(lib): start using Std

This commit is contained in:
arcnmx 2024-05-02 11:01:10 -07:00
parent 9184146fed
commit 0a9747c396
5 changed files with 32 additions and 43 deletions

View file

@ -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;