fix: declare substituters better

This commit is contained in:
uku 2024-06-26 19:04:44 +02:00
parent 58e0400e20
commit a57a6fb890
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 3 additions and 6 deletions

View file

@ -33,11 +33,6 @@
};
};
nixConfig = {
extra-substituters = ["https://ghostty.cachix.org"];
extra-trusted-public-keys = ["ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns="];
};
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";