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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue