1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-25 00:57:43 +00:00

fix: fix retardation

This commit is contained in:
RGBCube 2025-05-01 02:27:31 +03:00
parent 2f84b14808
commit 8afadebf05
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -88,8 +88,7 @@
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