ci: enable flake-check

This commit is contained in:
Felix Buehler 2024-11-08 00:19:35 +01:00
parent 94c76cd197
commit 24ea3c1e64

View file

@ -1,5 +1,5 @@
---
# yamllint disable-line rule:truthy
on:
pull_request:
push:
@ -19,10 +19,5 @@ jobs:
with:
ignore-missing-flake-lock: false
fail-mode: true
# disabled, because of:
# https://github.com/MatthewCroughan/nixinate/issues/12
# https://github.com/NixOS/nix/issues/6381
# - name: Check Nix flake
# run: nix flake check
# - name: Build Nix packages
# run: nix build
- name: Check Nix flake
run: nix flake check --all-systems