1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-05-30 21:58:10 +00:00

fix: fix retardation

This commit is contained in:
RGBCube 2025-05-01 02:27:31 +03:00
parent 2f84b14808
commit 8afadebf05
No known key found for this signature in database

View file

@ -88,8 +88,7 @@
inherit (builtins) readDir;
inherit (nixpkgs.lib) attrsToList const groupBy listToAttrs mapAttrs nameValuePair;
lib'' = nixpkgs.lib.extend (_: _: nix-darwin.lib);
lib' = lib''.extend (_: _: builtins);
lib' = nixpkgs.lib.extend (_: _: nix-darwin.lib);
lib = lib'.extend <| import ./lib inputs;
hostsByType = readDir ./hosts