Removed the call to zsh
This commit is contained in:
@@ -9,7 +9,5 @@ stdenv.mkDerivation {
|
||||
# to use the latest nightly:
|
||||
nixpkgs.latest.rustChannels.nightly.rust
|
||||
];
|
||||
shellHook = ''
|
||||
exec zsh
|
||||
'';
|
||||
shellHook = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user