ci: removed nix build in favor of nix flake check

This commit is contained in:
9glenda 2023-09-14 21:30:14 +02:00
parent fca749e04e
commit c5255b1751
No known key found for this signature in database
GPG key ID: 3442432139B50691

View file

@ -13,7 +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