mirror of
https://github.com/RGBCube/ncc
synced 2025-05-30 21:58:10 +00:00
fix: fix retardation
This commit is contained in:
parent
2f84b14808
commit
8afadebf05
1 changed files with 2 additions and 3 deletions
|
@ -88,9 +88,8 @@
|
||||||
inherit (builtins) readDir;
|
inherit (builtins) readDir;
|
||||||
inherit (nixpkgs.lib) attrsToList const groupBy listToAttrs mapAttrs nameValuePair;
|
inherit (nixpkgs.lib) attrsToList const groupBy listToAttrs mapAttrs nameValuePair;
|
||||||
|
|
||||||
lib'' = nixpkgs.lib.extend (_: _: nix-darwin.lib);
|
lib' = nixpkgs.lib.extend (_: _: nix-darwin.lib);
|
||||||
lib' = lib''.extend (_: _: builtins);
|
lib = lib'.extend <| import ./lib inputs;
|
||||||
lib = lib'.extend <| import ./lib inputs;
|
|
||||||
|
|
||||||
hostsByType = readDir ./hosts
|
hostsByType = readDir ./hosts
|
||||||
|> mapAttrs (name: const <| import ./hosts/${name} lib)
|
|> mapAttrs (name: const <| import ./hosts/${name} lib)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue