Skip to content

Update install-nix acton to latest release #114

Update install-nix acton to latest release

Update install-nix acton to latest release #114

Workflow file for this run

name: Check
permissions:
checks: write
actions: read
contents: read
on:
push:
branches: [ "*" ]
jobs:
flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@526118121621777ccd86f79b04685a9319637641
with:
nix_path: nixpkgs=channel:nixos-23.11
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7
- run: nix flake check