mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix retardation when setting the flake registry
This commit is contained in:
parent
992606a8e4
commit
b7119d2389
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@
|
||||||
|
|
||||||
registry = {
|
registry = {
|
||||||
default.flake = inputs.nixpkgs;
|
default.flake = inputs.nixpkgs;
|
||||||
} // mapAttrs (const (value: mkIf (isType "flake" value)) {
|
} // mapAttrs (const (value: mkIf (isType "flake" value) {
|
||||||
flake = value;
|
flake = value;
|
||||||
}) inputs;
|
})) inputs;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue