Skip to content

Fix broken nix overlay #162

Fix broken nix overlay

Fix broken nix overlay #162

Workflow file for this run

name: "nix flake checks and cachix"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: cachix/cachix-action@v14
with:
name: elmerfem
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L