Use new bind mounts
All checks were successful
Build image / build-image (push) Successful in 1m22s

This commit is contained in:
Paul Brinkmeier 2025-10-07 00:02:21 +02:00
parent 959630f7b6
commit 54099afcb1
2 changed files with 4 additions and 4 deletions

View File

@ -12,9 +12,9 @@ jobs:
HOME: /home/node HOME: /home/node
NIX_CONFIG: experimental-features = nix-command flakes NIX_CONFIG: experimental-features = nix-command flakes
volumes: volumes:
- /home/paul/nix-ci/nix-runner-nix:/nix - /var/lib/pbri/docker/nix_runner_nix:/nix
- /home/paul/nix-ci/nix-runner-etc-nix:/etc/nix - /var/lib/pbri/docker/nix_runner_etc:/etc/nix
- /home/paul/nix-ci/nix-runner-home-node:/home/node - /var/lib/pbri/docker/nix_runner_home_node:/home/node
options: --user 1000:1000 options: --user 1000:1000
steps: steps:
- name: Prep nix env - name: Prep nix env

View File

@ -16,7 +16,7 @@
vrnp-static = pkgs.buildGoModule { vrnp-static = pkgs.buildGoModule {
pname = "vrnp"; pname = "vrnp";
version = "0.0.10"; version = "0.0.10-bindmounts";
vendorHash = null; vendorHash = null;
# For building the package, we use only the files not ignored by Git as inputs. # For building the package, we use only the files not ignored by Git as inputs.