From 8f2dde2af43b0781112e485caeaede229ed5f6c9 Mon Sep 17 00:00:00 2001 From: Petar Kirov Date: Fri, 14 Apr 2023 00:35:39 +0300 Subject: [PATCH] ci(gh-actions): Add `nix flake check` to the CI pipeline This fixes issue #64. --- scripts/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci.sh b/scripts/ci.sh index f407a8db..56d0303e 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -37,4 +37,5 @@ get_platform() { } set -x +nix flake check nix build --json --print-build-logs ".#devShells.$(get_platform).default"