commit 5f58ed8e8dbbc11cc14f38886596e855dce3d64b
parent 18cf2ed11ac6d8e7f98c1d2b3d1264e355b0f14d
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sun, 27 Jul 2025 00:01:57 +0200
parent 18cf2ed11ac6d8e7f98c1d2b3d1264e355b0f14d
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sun, 27 Jul 2025 00:01:57 +0200
flake: comment out `nixConfig`
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -2,14 +2,14 @@ description = "A flake for building our infra"; - nixConfig = { - extra-substituters = [ - "http://lucorum.int.eukaryote.eu:5000" - ]; - extra-trusted-public-keys = [ - "1.hydra.neverstable.net:WgtNg0z0FB7wuWp9nU4gKZpbkW0ug59NlhNp81X7GX0=" - ]; - }; + # nixConfig = { + # extra-substituters = [ + # "http://lucorum.int.eukaryote.eu:5000" + # ]; + # extra-trusted-public-keys = [ + # "1.hydra.neverstable.net:WgtNg0z0FB7wuWp9nU4gKZpbkW0ug59NlhNp81X7GX0=" + # ]; + # }; outputs = inputs: