mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor(systems): pull out inline modules
This commit is contained in:
parent
35177ce911
commit
b339ef65f6
20 changed files with 296 additions and 218 deletions
3
lib.nix
3
lib.nix
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
tree,
|
||||
systems,
|
||||
}: let
|
||||
nixlib = inputs.nixpkgs.lib;
|
||||
inherit (nixlib.strings) splitString toLower;
|
||||
|
|
@ -33,7 +34,7 @@
|
|||
|
||||
mkWinPath = replaceStrings ["/"] ["\\"];
|
||||
in {
|
||||
inherit tree nixlib inputs;
|
||||
inherit tree nixlib inputs systems;
|
||||
meta = tree.impure;
|
||||
std = inputs.self.lib.Std.Std.compat;
|
||||
Std = inputs.std-fl.lib;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue