feat: add ghostty cache

This commit is contained in:
uku 2024-06-26 18:47:30 +02:00
parent e290b18d9d
commit 890a179da5
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

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