Merge pull request 'only link flakes that aren’t self to the nix/inputs' (#123) from dont-add-self-to-inputs into main

Reviewed-on: #123
This commit is contained in:
Charlotte 🦝 Delenk 2023-06-28 06:05:03 +00:00
commit 331ec57325
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558

View file

@ -14,6 +14,6 @@ in {
name = "nix/inputs/${name}";
value = {source = value.outPath;};
})
inputs;
flakes;
nix.nixPath = ["/etc/nix/inputs"];
}