lib: remove call to start()
This commit is contained in:
parent
f240652ba8
commit
c6383a8a16
@ -82,7 +82,6 @@ let
|
||||
pkgs.mkShell {
|
||||
shellHook = ''
|
||||
PS1='\u@\h:\w; '
|
||||
( . ./common.sh; start ) || true;
|
||||
'';
|
||||
nativeBuildInputs = with pkgs; [
|
||||
curl
|
||||
|
Loading…
Reference in New Issue
Block a user