8 stdenvNoCC.mkDerivation (finalAttrs: {
10 version = "0-unstable-2023-01-20";
12 src = fetchFromGitHub {
15 rev = "c2d700b784c793cc82131ef86323801b8d6e67bb";
16 hash = "sha256-/WtacZPr45lurS0hv+W8UGzsXY3RujkU5oGGGqjqG0Q=";
30 install -t $out/share/site-lisp/chemacs2/ -Dm644 init.el early-init.el chemacs.el
31 install -t $doc/share/doc/chemacs2/ -Dm644 README.org CHANGELOG.md
36 passthru.updateScript = unstableGitUpdater { };
39 homepage = "https://github.com/plexus/chemacs2";
40 description = "Emacs version switcher, improved";
42 Chemacs 2 is an Emacs profile switcher, it makes it easy to run multiple
43 Emacs configurations side by side.
45 Think of it as a bootloader for Emacs.
47 license = with lib.licenses; [ gpl3Plus ];
48 maintainers = with lib.maintainers; [ AndersonTorres ];
49 platforms = lib.platforms.all;