zaphyra's git: nixfiles

zaphyra's nixfiles

commit c84943b8686f7e87be204dd4bbede90a94b49030
parent f3e4576c27f62b520ae4bc9c3931fd09e02bcc18
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Fri, 20 Jun 2025 21:45:39 +0200

flake.nix: Switch to extra substituters
1 file changed, 2 insertions(+), 5 deletions(-)
M
flake.nix
|
7
++-----
diff --git a/flake.nix b/flake.nix
@@ -3,13 +3,10 @@
   description = "A flake for building our infra";
 
   nixConfig = {
-    # override the default substituters
-    substituters = [
-      "https://cache.nixos.org"
+    extra-substituters = [
       "http://lucorum.int.eukaryote.eu:5000"
     ];
-    trusted-public-keys = [
-      "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
+    extra-trusted-public-keys = [
       "1.hydra.neverstable.net:WgtNg0z0FB7wuWp9nU4gKZpbkW0ug59NlhNp81X7GX0="
     ];
   };