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:
parent
992606a8e4
commit
b7119d2389
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue