Skip to content

Commit b626363

Browse files
committed
use nix build instead of nix flake check
1 parent 9a909fc commit b626363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ for t in "${crate_types[@]}"; do
101101
fi
102102

103103
# Ensure the flake isn't broken
104-
nix flake check
104+
nix build
105105

106106
# Run the actual tests
107107
direnv exec . engage

0 commit comments

Comments
 (0)