mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
ci: enable flake-check
This commit is contained in:
parent
94c76cd197
commit
24ea3c1e64
1 changed files with 3 additions and 8 deletions
11
.github/workflows/nix.yml
vendored
11
.github/workflows/nix.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
@ -19,10 +19,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ignore-missing-flake-lock: false
|
ignore-missing-flake-lock: false
|
||||||
fail-mode: true
|
fail-mode: true
|
||||||
# disabled, because of:
|
- name: Check Nix flake
|
||||||
# https://github.com/MatthewCroughan/nixinate/issues/12
|
run: nix flake check --all-systems
|
||||||
# https://github.com/NixOS/nix/issues/6381
|
|
||||||
# - name: Check Nix flake
|
|
||||||
# run: nix flake check
|
|
||||||
# - name: Build Nix packages
|
|
||||||
# run: nix build
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue