Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-03 02:23:38 +03:00 committed by GitHub
commit 0b801e73f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@
chmod +rx $out/opt/STM32CubeMX/STM32CubeMX
cat << EOF > $out/bin/${pname}
#!${stdenvNoCC.shell}
#!${pkgs.stdenvNoCC.shell}
${jdk17}/bin/java -jar $out/opt/STM32CubeMX/STM32CubeMX
EOF
chmod +x $out/bin/${pname}