Skip to content

Bump cachix/install-nix-action from V28 to 29 #55

Bump cachix/install-nix-action from V28 to 29

Bump cachix/install-nix-action from V28 to 29 #55

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: nix build -L
- name: Run from scratch
id: run-from-scratch
run: |
rm meta.json
nix run . -- --download-url-prefix https://example.org/
cat meta.json