Compare commits

..

4 Commits

Author SHA1 Message Date
072ee12197 Merge pull request 'Nix CI tryouts' (#3) from nix-ci into main
Reviewed-on: #3
2025-10-07 00:12:59 +02:00
Paul Brinkmeier
da8e8f15c8 Reset version 2025-10-07 00:11:59 +02:00
Paul Brinkmeier
54099afcb1 Use new bind mounts
All checks were successful
Build image / build-image (push) Successful in 1m22s
2025-10-07 00:09:32 +02:00
Paul Brinkmeier
959630f7b6 Change version back to 0.0.10 and remove docker group 2025-10-06 09:44:52 +02:00
2 changed files with 5 additions and 5 deletions

View File

@ -12,10 +12,10 @@ 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
options: --user 1000:1000 --group-add 988
- /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
run: |

View File

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