diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-28 19:24:48 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-28 19:24:48 -0700 |
| commit | 1a9dda5a20b6c2f151f9b0e14de4a04394b96f35 (patch) | |
| tree | e4b18d690b45de640f75ad484506d4d1de86b4a2 /nix/machines/darwin-shared.nix | |
| parent | revert the lock file to a version that worked (diff) | |
| download | infra-1a9dda5a20b6c2f151f9b0e14de4a04394b96f35.tar.gz | |
use some binary caches
Diffstat (limited to '')
| -rw-r--r-- | nix/machines/darwin-shared.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/machines/darwin-shared.nix b/nix/machines/darwin-shared.nix index 5ad4428..53be4e7 100644 --- a/nix/machines/darwin-shared.nix +++ b/nix/machines/darwin-shared.nix @@ -15,6 +15,14 @@ }; package = pkgs.nixVersions.stable; settings = { + substituters = [ + "https://cache.nixos.org" + "https://nix-community.cachix.org" + ]; + trusted-public-keys = [ + "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; trusted-users = [ "@admin" "fcuny" |
