Skip to content

Convert to flake and bump nixpkgs. #198

Convert to flake and bump nixpkgs.

Convert to flake and bump nixpkgs. #198

Workflow file for this run

name: "Push to Cachix"
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
with:
name: monte
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'