Skip to content

Commit 8795cd1

Browse files
Pass args to flake binary
1 parent 53c2c69 commit 8795cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
6767
mkdir -p $out/bin
6868
echo "#!/bin/sh" >> $out/bin/spmp
69-
echo "LD_LIBRARY_PATH=\"$lib_paths_str:\$LD_LIBRARY_PATH\" $out/dist/bin/spmp" >> $out/bin/spmp
69+
echo "LD_LIBRARY_PATH=\"$lib_paths_str:\$LD_LIBRARY_PATH\" $out/dist/bin/spmp \"$@\"" >> $out/bin/spmp
7070
chmod +x $out/bin/spmp
7171
'';
7272
};

0 commit comments

Comments
 (0)