diff options
| author | seth <[email protected]> | 2023-12-10 08:56:11 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-11 08:44:48 -0500 |
| commit | ad840d3fab4d2e8dc27d265bbc0a08ed7e85c3a5 (patch) | |
| tree | 2db39df327e5b9621fd41f1d8d1a8ac3dac8ceb6 /modules | |
| parent | 8ac8de2593a9f5e3c160f95358b4db75d3a04640 (diff) | |
ci: use gha & attic for building/caching
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 7ca3f1d..040cdc3 100644 --- a/modules/shared/nix.nix +++ b/modules/shared/nix.nix @@ -20,8 +20,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://cache.mydadleft.me/getchoo"]; + trusted-public-keys = lib.mkDefault ["getchoo:rH35+W+4SV7UV9RTr69LwkH7b24Djui2ZQIQvPxzJCg="]; nix-path = config.nix.nixPath; }; |
