mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
disable nix checks for now
This commit is contained in:
parent
4330148c8d
commit
5f08e06548
1 changed files with 5 additions and 2 deletions
7
.github/workflows/nix.yml
vendored
7
.github/workflows/nix.yml
vendored
|
@ -19,7 +19,10 @@ jobs:
|
|||
with:
|
||||
ignore-missing-flake-lock: false
|
||||
fail-mode: true
|
||||
- name: Check Nix flake
|
||||
run: nix flake check
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue