disable nix checks for now

This commit is contained in:
Felix Buehler 2024-01-18 23:46:48 +01:00
parent 4330148c8d
commit 5f08e06548

View file

@ -19,7 +19,10 @@ jobs:
with: with:
ignore-missing-flake-lock: false ignore-missing-flake-lock: false
fail-mode: true fail-mode: true
- name: Check Nix flake # disabled, because of:
run: nix flake check # 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 # - name: Build Nix packages
# run: nix build # run: nix build