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 ab02565 commit ade67f8Copy full SHA for ade67f8
.github/workflows/prebuilt-25.05.yml
@@ -19,4 +19,8 @@ jobs:
19
with:
20
name: microvm
21
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
22
+ - uses: cachix/cachix-action@v16
23
+ if: github.ref != 'refs/heads/main'
24
+ with:
25
+ name: microvm
26
- run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-25.05
.github/workflows/prebuilt-unstable.yml
- run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/nixos-unstable
0 commit comments