diff options
| author | Grigory Shipunov | 2022-07-10 03:00:29 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-10 03:00:29 +0200 |
| commit | ad486191bc0c8aa919c357d437951c0a42d5718d (patch) | |
| tree | f1e70e7935276ed1a5b46ebe86ef5cbc1ca840dd /modules/binary-caches.nix | |
| parent | 61ffad9f74ce38fd3e2c924d48ad62f4d0fbb208 (diff) | |
flake update, nixpkgs-fmt, add extra redirect to dd-ix.net
Diffstat (limited to 'modules/binary-caches.nix')
| -rw-r--r-- | modules/binary-caches.nix | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/modules/binary-caches.nix b/modules/binary-caches.nix index 373e653..5fd15d9 100644 --- a/modules/binary-caches.nix +++ b/modules/binary-caches.nix @@ -4,17 +4,6 @@ builders-use-substitutes = true ''; - registry.microvm = { - from = { - type = "indirect"; - id = "microvm"; - }; - to = { - type = "github"; - owner = "astro"; - repo = "microvm.nix"; - }; - }; settings = { trusted-users = [ "grue" @@ -24,16 +13,19 @@ "https://microvm.cachix.org" "https://nix-serve.hq.c3d2.de" "https://dump-dvb.cachix.org" + "https://nix-community.cachix.org" ]; trusted-substituters = [ "https://microvm.cachix.org" - "https://nix-serve.hq.c3d2.de" + "https://hydra.hq.c3d2.de" "https://dump-dvb.cachix.org" + "https://nix-community.cachix.org" ]; trusted-public-keys = [ "microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys=" "nix-serve.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps=" "dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; }; |
