mirror of
https://github.com/RGBCube/NCC
synced 2025-05-14 03:54:59 +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 (nixpkgs.lib) attrsToList const groupBy listToAttrs mapAttrs nameValuePair;
|
||||
|
||||
lib'' = nixpkgs.lib.extend (_: _: nix-darwin.lib);
|
||||
lib' = lib''.extend (_: _: builtins);
|
||||
lib = lib'.extend <| import ./lib inputs;
|
||||
lib' = nixpkgs.lib.extend (_: _: nix-darwin.lib);
|
||||
lib = lib'.extend <| import ./lib inputs;
|
||||
|
||||
hostsByType = readDir ./hosts
|
||||
|> mapAttrs (name: const <| import ./hosts/${name} lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue