making shell.nix not force the fish shell
This commit is contained in:
parent
8fc6d987a1
commit
7916427442
2 changed files with 1 additions and 2 deletions
|
@ -49,6 +49,5 @@ mkShell rec {
|
|||
makeWrapper "/bin/sh" "$setQtEnvironment" "''${qtWrapperArgs[@]}"
|
||||
sed "/^exec/d" -i "$setQtEnvironment"
|
||||
source "$setQtEnvironment"
|
||||
fish
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue