fix: declare substituters better
This commit is contained in:
parent
58e0400e20
commit
a57a6fb890
2 changed files with 3 additions and 6 deletions
|
@ -84,7 +84,9 @@ in {
|
|||
settings = {
|
||||
auto-optimise-store = true;
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
trusted-users = ["root" "@wheel"];
|
||||
|
||||
trusted-substituters = ["https://ghostty.cachix.org"];
|
||||
trusted-public-keys = ["ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns="];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue