mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -41,7 +41,5 @@ pkgs.stdenv.mkDerivation {
|
||||
cp -r "$EMACSDIR/.local/straight/repos" ./repos
|
||||
fi
|
||||
popd >/dev/null
|
||||
|
||||
doom sync
|
||||
'';
|
||||
}
|
||||
|
Reference in New Issue
Block a user