Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

prebuilt-25.05

prebuilt-25.05 #215

name: "prebuilt-25.05"
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * *' # runs daily at 00:00
merge_group:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v16
if: github.ref == 'refs/heads/main'
with:
name: microvm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: cachix/cachix-action@v16
if: github.ref != 'refs/heads/main'
with:
name: microvm
- run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-25.05
Morty Proxy This is a proxified and sanitized view of the page, visit original site.