only link flakes that aren’t self to the nix/inputs

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-28 06:49:05 +01:00
parent 2a1161d2bd
commit bd4077f66d
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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"];
} }