ci: Add nix Flake check to flake.yml

The nix flake check Command Tests rather the nix package builds in all supported systems and checks formatting.

Signed-off-by: naŭ glenda <plan9git@proton.me>
This commit is contained in:
naŭ glenda 2023-09-14 18:51:00 +02:00
parent b35bcf113e
commit fca749e04e

View file

@ -15,3 +15,5 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v4
- name: Build default package
run: nix build
- name: Nix Flake Check
run: nix flake check --all-systems