ci: target this instance's nix runner
ci / Nix flake checks (push) Failing after 1h6m15s

- run on the 'nix' label with Nix preinstalled; drop the installer action
- replace the inline release API calls with vpm/publish.sh
- add curl to the devShell for the publish step
This commit is contained in:
2026-09-19 16:09:21 +01:00
parent e5f8a078e1
commit e82f2b7de7
4 changed files with 53 additions and 53 deletions
+1
View File
@@ -93,6 +93,7 @@
inputsFrom = [ aac ];
packages = [
rustToolchain
pkgs.curl
pkgs.jq
pkgs.zip
];