github: disable building in nix flake check

This commit is contained in:
Tim Schubert 2021-08-01 19:18:32 +02:00
parent df7004d876
commit 7ff1c1922f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -12,4 +12,5 @@ jobs:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210604_8e6ee1b/install
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake check
- run: nix flake check --no-build
- run: nix shell -c echo OK