Skip to content

Commit f012595

Browse files
committed
chore: fix build step
1 parent 117c5b4 commit f012595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
307307
mkdir -p "$out_dir"
308308
309-
nix build .#default
309+
nix build .#default --out-link result
310310
311311
binary_path="result/bin/sce"
312312
if [[ ! -x "$binary_path" ]]; then

0 commit comments

Comments
 (0)