diff options
| author | seth <[email protected]> | 2023-11-13 20:45:35 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-14 02:55:54 +0000 |
| commit | 3e5263a327a3261d3d9957d723e9dc0e1d96e094 (patch) | |
| tree | 662921851c149f1dd61252584081dc754059732d /modules | |
| parent | e1387ae4821a95efabb356581f2234ef4aab42cb (diff) | |
ci!: gha -> garnix
compiling arm stuff with qemu is way too slow lol
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 72c3e00..d496f72 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://getchoo.cachix.org"]; - trusted-public-keys = lib.mkDefault ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="]; + trusted-substituters = lib.mkDefault ["https://cache.garnix.io"]; + trusted-public-keys = lib.mkDefault ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; nix-path = config.nix.nixPath; }; |
