Skip to content

chore(deps): update determinatesystems/magic-nix-cache-action action … #50

chore(deps): update determinatesystems/magic-nix-cache-action action …

chore(deps): update determinatesystems/magic-nix-cache-action action … #50

Workflow file for this run

name: Build Nix flake
on:
push:
jobs:
build:
name: Build Nix flake
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
# Clear space for Nix
# - uses: wimpysworld/nothing-but-nix@main
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@main
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # v14
- name: Build Nix flake
run: |
nix build .#devShells.x86_64-linux.default