Merge pull request #323 from 9glenda/patch-1

Added nix Flake check to flake.yml
This commit is contained in:
Christina Sørensen 2023-09-15 06:15:55 +02:00 committed by GitHub
commit b98b3a1cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,5 +13,5 @@ jobs:
uses: DeterminateSystems/flake-checker-action@v5 # This action
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Build default package
run: nix build
- name: Nix Flake Check
run: nix flake check --all-systems