Removed the call to zsh

This commit is contained in:
2025-06-29 16:36:33 +03:00
parent 3dc51446fa
commit 4a86ee758c
3 changed files with 3 additions and 9 deletions

View File

@@ -5,7 +5,5 @@ let
pkgs = import (fetchTarball "channel:nixpkgs-unstable") { };
in pkgs.mkShell {
buildInputs = [ pkgs.dotnet-sdk_9 ];
shellHook = ''
exec zsh
'';
shellHook = "";
}