Skip to content

.github|nix: introduce nix flake check for CI #63

.github|nix: introduce nix flake check for CI

.github|nix: introduce nix flake check for CI #63

Workflow file for this run

name: Exhaustive Flake Test
on:
workflow_dispatch:
push:
branches:
- staging
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@v1.3.1
- name: Checkout Repository
uses: actions/checkout@v4.2.2
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
allow-import-from-derivation = false
eval-cache = false
experimental-features = flakes nix-command
extra-experimental-features = pipe-operators
- run:
nix flake check