diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index b061cf4..78cbe86 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -12,9 +12,9 @@ jobs: HOME: /home/node NIX_CONFIG: experimental-features = nix-command flakes volumes: - - /home/paul/nix-ci/nix-runner-nix:/nix - - /home/paul/nix-ci/nix-runner-etc-nix:/etc/nix - - /home/paul/nix-ci/nix-runner-home-node:/home/node + - /var/lib/pbri/docker/nix_runner_nix:/nix + - /var/lib/pbri/docker/nix_runner_etc:/etc/nix + - /var/lib/pbri/docker/nix_runner_home_node:/home/node options: --user 1000:1000 steps: - name: Prep nix env diff --git a/flake.nix b/flake.nix index 9227f18..0624ff2 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ vrnp-static = pkgs.buildGoModule { pname = "vrnp"; - version = "0.0.10"; + version = "0.0.10-bindmounts"; vendorHash = null; # For building the package, we use only the files not ignored by Git as inputs.