nix fixes

This commit is contained in:
Anton-4 2025-10-31 13:17:11 +01:00
parent 265c51c00d
commit e07fa32145
No known key found for this signature in database
3 changed files with 25 additions and 6 deletions

View file

@ -217,7 +217,7 @@ jobs:
run: |
git clean -fdx
git reset --hard HEAD
nix develop ./src/flake.nix -c zig build && zig build snapshot && zig build test
nix develop ./src/ -c zig build && zig build snapshot && zig build test
zig-cross-compile:
needs: check-once