From 30fe41ea1bb2e1e5952ca4267d9acafe91e3f9c5 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 20 Dec 2025 23:09:19 -0500 Subject: [PATCH] removed tests --- .github/workflows/build_systems.yml | 2 +- systems/jeeves/runners/nix_builder.nix | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build_systems.yml b/.github/workflows/build_systems.yml index 2928071..4a14dd1 100644 --- a/.github/workflows/build_systems.yml +++ b/.github/workflows/build_systems.yml @@ -25,4 +25,4 @@ jobs: - name: Build default package run: "nixos-rebuild build --flake ./#${{ matrix.system }}" - name: copy to nix-cache - run: nix copy --accept-flake-config --to unix:///host-nix/var/nix/daemon-socket/socket .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel + run: nix copy --to ssh://jeeves .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel diff --git a/systems/jeeves/runners/nix_builder.nix b/systems/jeeves/runners/nix_builder.nix index e89a130..8f27709 100644 --- a/systems/jeeves/runners/nix_builder.nix +++ b/systems/jeeves/runners/nix_builder.nix @@ -33,14 +33,6 @@ in mountPoint = "/zfs/media/github-runners/${name}"; isReadOnly = false; }; - "/host-nix" = { - mountPoint = "/nix"; - isReadOnly = false; - }; - "/host-nix/var/nix/daemon-socket" = { - mountPoint = "/nix/var/nix/daemon-socket"; - isReadOnly = false; - }; "/secrets".mountPoint = "${vars.secrets}/services/github-runners/${name}"; "ssh-keys".mountPoint = "${vars.secrets}/services/github-runners/id_ed25519_github-runners"; };