Remove 'doom sync' from shell.nix

Let user decide what they want to do upon starting the shell. We
accommodate the user that wants simple access to Emacs 26/27/HEAD.
This commit is contained in:
Henrik Lissner 2020-05-25 03:15:23 -04:00
parent cc5f498586
commit ccd1764acb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 7 additions and 2 deletions

View file

@ -41,7 +41,5 @@ pkgs.stdenv.mkDerivation {
cp -r "$EMACSDIR/.local/straight/repos" ./repos
fi
popd >/dev/null
doom sync
'';
}