Update flake.nix
This commit is contained in:
parent
a0213e20b7
commit
0b801e73f8
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
chmod +rx $out/opt/STM32CubeMX/STM32CubeMX
|
chmod +rx $out/opt/STM32CubeMX/STM32CubeMX
|
||||||
|
|
||||||
cat << EOF > $out/bin/${pname}
|
cat << EOF > $out/bin/${pname}
|
||||||
#!${stdenvNoCC.shell}
|
#!${pkgs.stdenvNoCC.shell}
|
||||||
${jdk17}/bin/java -jar $out/opt/STM32CubeMX/STM32CubeMX
|
${jdk17}/bin/java -jar $out/opt/STM32CubeMX/STM32CubeMX
|
||||||
EOF
|
EOF
|
||||||
chmod +x $out/bin/${pname}
|
chmod +x $out/bin/${pname}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue