Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump straight.el #2

Merged
merged 3 commits into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions libstraight.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ let

mkdir -p $out
${(install "${straightDir}/repos" packages)}
emacs -q \
emacs -q \
--batch \
--directory=${epkgs.straight}/share/emacs/site-lisp \
--load=${./setup.el} \
${concatMapStringsSep "\n" (f: "--load=${f}") emacsLoadFiles} \
--eval="(nix-straight-build-packages \"${emacsInitFile}\")" ${escapeShellArgs emacsArgs}
--eval="(nix-straight-build-packages \"${emacsInitFile}\")" ${escapeShellArgs emacsArgs} \
|| (cat $out/logs/cli.doom.*.error 1>&2 && false) # print a proper stacktrace if things fail

runHook postInstall
'';
Expand Down
4 changes: 2 additions & 2 deletions straight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trivialBuild rec {
src = fetchFromGitHub {
owner = "raxod502";
repo = "straight.el";
rev = "4517e118ee43f849f708025dbb2cf4f281793121";
sha256 = "sha256-KIOdXoujXZkhWUR+Sql9FOCccnwGCUMAS0zlAQR8sEU=";
rev = "e20a44c4ac5c04896aecd43a5fdd12c67527c69e";
sha256 = "sha256-kNBdlEfG+RAE+iA8OKOhqmPiZEjjV24r6ziE9Y5ZdVg=";
};
}