only link flakes that aren’t self to the nix/inputs
This commit is contained in:
parent
2a1161d2bd
commit
bd4077f66d
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ in {
|
||||||
name = "nix/inputs/${name}";
|
name = "nix/inputs/${name}";
|
||||||
value = {source = value.outPath;};
|
value = {source = value.outPath;};
|
||||||
})
|
})
|
||||||
inputs;
|
flakes;
|
||||||
nix.nixPath = ["/etc/nix/inputs"];
|
nix.nixPath = ["/etc/nix/inputs"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue