making shell.nix not force the fish shell

This commit is contained in:
Chris Cochrun 2022-09-22 05:58:44 -05:00
parent 8fc6d987a1
commit 7916427442
2 changed files with 1 additions and 2 deletions

View file

@ -49,6 +49,5 @@ mkShell rec {
makeWrapper "/bin/sh" "$setQtEnvironment" "''${qtWrapperArgs[@]}"
sed "/^exec/d" -i "$setQtEnvironment"
source "$setQtEnvironment"
fish
'';
}