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

@@ -9,7 +9,5 @@ stdenv.mkDerivation {
# to use the latest nightly:
nixpkgs.latest.rustChannels.nightly.rust
];
shellHook = ''
exec zsh
'';
shellHook = "";
}