diff options
| author | seth <[email protected]> | 2024-05-22 20:38:40 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-22 20:37:10 -0600 |
| commit | 573c04045c247791523062205dcc76b5cf69066c (patch) | |
| tree | ad0d6c53b8eb7dda17a30ccb7e02a30a6622399f /modules/shared | |
| parent | 250d3ef82f6528647809a60df75aa54e235a7a0a (diff) | |
ci: garnix -> gha for 12343894th time
Diffstat (limited to 'modules/shared')
| -rw-r--r-- | modules/shared/base/nix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/shared/base/nix.nix b/modules/shared/base/nix.nix index 29b817f..2575a05 100644 --- a/modules/shared/base/nix.nix +++ b/modules/shared/base/nix.nix @@ -24,8 +24,8 @@ in { auto-optimise-store = pkgs.stdenv.isLinux; experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "repl-flake"]; - trusted-substituters = ["https://cache.garnix.io"]; - trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; + trusted-substituters = ["https://getchoo.cachix.org"]; + trusted-public-keys = ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="]; nix-path = config.nix.nixPath; }; |
