github: disable building in nix flake check
This commit is contained in:
parent
df7004d876
commit
7ff1c1922f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nix-flake-check.yml
vendored
3
.github/workflows/nix-flake-check.yml
vendored
|
@ -12,4 +12,5 @@ jobs:
|
||||||
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210604_8e6ee1b/install
|
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210604_8e6ee1b/install
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
- run: nix flake check
|
- run: nix flake check --no-build
|
||||||
|
- run: nix shell -c echo OK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue