Skip to content

Enabled zfs tools on the development machine #28

Enabled zfs tools on the development machine

Enabled zfs tools on the development machine #28

Workflow file for this run

name: "Test PRs"
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- '.github/**'
- '.vscode/**'
- 'docs/**'
push:
branches:
- main
paths-ignore:
- '.github/**'
- '.vscode/**'
- 'docs/**'
jobs:
flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Nix flake inputs against policy
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Prepare nix cache
uses: DeterminateSystems/magic-nix-cache-action@v3
- name: Test
run: |
nix flake check --log-format raw