Removed the call to zsh
This commit is contained in:
@@ -5,7 +5,5 @@ let
|
||||
pkgs = import (fetchTarball "channel:nixpkgs-unstable") { };
|
||||
in pkgs.mkShell {
|
||||
buildInputs = [ pkgs.dotnet-sdk_9 ];
|
||||
shellHook = ''
|
||||
exec zsh
|
||||
'';
|
||||
shellHook = "";
|
||||
}
|
||||
|
||||
@@ -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