mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29: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
|
|
@ -1,7 +1,7 @@
|
|||
{inputs}: let
|
||||
# The purpose of this file is to set up the host module which allows assigning of the system, e.g. aarch64-linux and the builder used with less pain.
|
||||
lib = inputs.self.lib.nixlib;
|
||||
inherit (inputs.self.lib) meta std;
|
||||
inherit (inputs.self.lib) meta std Std;
|
||||
inherit (lib.modules) evalModules;
|
||||
inherit (std) set;
|
||||
hostConfigs = set.map (name: path:
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
meta.modules.system
|
||||
];
|
||||
specialArgs = {
|
||||
inherit name inputs std meta;
|
||||
inherit name inputs std Std meta;
|
||||
inherit (inputs.self.lib) gensokyo-zone;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue