1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Fix retardation when setting the flake registry

This commit is contained in:
RGBCube 2024-07-24 11:46:51 +03:00
parent 992606a8e4
commit b7119d2389
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -17,9 +17,9 @@
registry = {
default.flake = inputs.nixpkgs;
} // mapAttrs (const (value: mkIf (isType "flake" value)) {
} // mapAttrs (const (value: mkIf (isType "flake" value) {
flake = value;
}) inputs;
})) inputs;
settings = {
experimental-features = [