We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094da86 commit 6c2123bCopy full SHA for 6c2123b
.github/workflows/prebuilt-24.05.yml renamed to .github/workflows/prebuilt-25.05.yml
@@ -1,4 +1,4 @@
1
-name: "prebuilt-24.05"
+name: "prebuilt-25.05"
2
3
on:
4
workflow_dispatch: # allows manual triggering
@@ -18,4 +18,4 @@ jobs:
18
with:
19
name: microvm
20
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
21
- - run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-24.05
+ - run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-25.05
0 commit comments