From dc19a8bd1c1625a9fb9f2f5fc770078b103d0fc1 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 13 Nov 2025 12:19:41 +0100 Subject: [PATCH] no substituters --- systems/nixbuild.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/systems/nixbuild.nix b/systems/nixbuild.nix index 59e0443..fd92e53 100644 --- a/systems/nixbuild.nix +++ b/systems/nixbuild.nix @@ -29,16 +29,6 @@ } ]; - nix.settings = { - substituters = [ - "https://cache.nixos.org" - "ssh-ng://harald@m4?ssh-key=/etc/ssh/nix-builder-key" - "ssh-ng://harald@rialo?ssh-key=/etc/ssh/nix-builder-key" - "ssh-ng://harald@sgx?ssh-key=/etc/ssh/nix-builder-key" - ]; - builders-use-substitutes = true; - }; - # Ensure Nix is in PATH for SSH sessions programs.fish.shellInit = '' set -gx PATH /nix/var/nix/profiles/default/bin $PATH