From 0b801e73f8641645e5f5344fcc3180a3e6805792 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Fri, 3 Jan 2025 02:23:38 +0300 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 90e6c9e..7af9692 100644 --- a/flake.nix +++ b/flake.nix @@ -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}