diff options
| author | seth <[email protected]> | 2023-10-30 06:09:38 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-06 22:30:17 +0000 |
| commit | ea6a9e2d5f3dd0d5ff12e80a4669efb21542c00c (patch) | |
| tree | 8183f420472094a0c68fd59db7127c16ecd9d9c1 /modules | |
| parent | d70e5f53a7339d33aa9b39b7bce4ec9dd2a84ae2 (diff) | |
tree-wide: garnix -> gha
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/shared/nix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/shared/nix.nix b/modules/shared/nix.nix index d496f72..72c3e00 100644 --- a/modules/shared/nix.nix +++ b/modules/shared/nix.nix @@ -19,8 +19,8 @@ auto-optimise-store = pkgs.stdenv.isLinux; experimental-features = lib.mkDefault ["nix-command" "flakes" "auto-allocate-uids" "repl-flake"]; - trusted-substituters = lib.mkDefault ["https://cache.garnix.io"]; - trusted-public-keys = lib.mkDefault ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; + trusted-substituters = lib.mkDefault ["https://getchoo.cachix.org"]; + trusted-public-keys = lib.mkDefault ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="]; nix-path = config.nix.nixPath; }; |
