From 1ad677b048c1c9ef1eead3d574f91c8f1859690d Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 15 May 2021 12:49:37 +0300 Subject: [PATCH] Remove bash shebangs from runScripts --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9bc655f..262572f 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,6 @@ pkgs = nixpkgs.legacyPackages.x86_64-linux; targetPkgs = import ./common.nix; runScriptPrefix = '' - #!${pkgs.bash}/bin/bash # Needed for simulink even on wayland systems export QT_QPA_PLATFORM=xcb # Search for an imperative declaration of the installation directory of matlab @@ -63,7 +62,6 @@ name = "matlab-shell"; inherit targetPkgs; runScript = '' - #!${pkgs.bash}/bin/bash # needed for simulink in fact, but doesn't harm here as well. export QT_QPA_PLATFORM=xcb cat <