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 = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user