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