fix check workflow

This commit is contained in:
Joakim Repomaa
2026-02-20 18:58:55 +02:00
parent 45ce478dd4
commit a41c885bb2
3 changed files with 41 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ on:
branches: [main]
jobs:
build:
check:
runs-on: nixos-latest
steps:
@@ -16,5 +16,3 @@ jobs:
- name: Check
run: nix flake check
env:
NIX_CONFIG: "experimental-features = nix-command flakes"