diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index e66aea1..b061cf4 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -15,7 +15,7 @@ jobs: - /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 + options: --user 1000:1000 steps: - name: Prep nix env run: | diff --git a/flake.nix b/flake.nix index ea2d266..9227f18 100644 --- a/flake.nix +++ b/flake.nix @@ -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.