mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(systems): minor cleanup
This commit is contained in:
parent
6e882b5342
commit
35177ce911
4 changed files with 21 additions and 18 deletions
4
lib.nix
4
lib.nix
|
|
@ -34,11 +34,13 @@
|
|||
mkWinPath = replaceStrings ["/"] ["\\"];
|
||||
in {
|
||||
inherit tree nixlib inputs;
|
||||
meta = tree.impure;
|
||||
std = inputs.self.lib.Std.Std.compat;
|
||||
Std = inputs.std-fl.lib;
|
||||
lib = {
|
||||
domain = "gensokyo.zone";
|
||||
inherit mkWinPath userIs eui64 toHexStringLower hexCharToInt;
|
||||
inherit (inputs.arcexprs.lib) unmerged;
|
||||
inherit (inputs.arcexprs.lib) unmerged json;
|
||||
};
|
||||
generate = import ./generate.nix {inherit inputs tree;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue