lib: remove call to start()

This commit is contained in:
Aaron Bieber 2024-08-16 08:17:25 -06:00
parent f240652ba8
commit c6383a8a16
No known key found for this signature in database

View File

@ -82,7 +82,6 @@ let
pkgs.mkShell {
shellHook = ''
PS1='\u@\h:\w; '
( . ./common.sh; start ) || true;
'';
nativeBuildInputs = with pkgs; [
curl