Skip to content

Merge pull request #48 from nlewo/ignore-fetch-error #57

Merge pull request #48 from nlewo/ignore-fetch-error

Merge pull request #48 from nlewo/ignore-fetch-error #57

Workflow file for this run

name: "Nix"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check