Skip to content

Commit

Permalink
ci(gh-actions): Add nix flake check to the CI pipeline
Browse files Browse the repository at this point in the history
This fixes issue #64.
  • Loading branch information
PetarKirov committed Apr 13, 2023
1 parent a889c91 commit 8f2dde2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ get_platform() {
}

set -x
nix flake check
nix build --json --print-build-logs ".#devShells.$(get_platform).default"

0 comments on commit 8f2dde2

Please sign in to comment.