Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (epkgs.melpaBuild {
- pname = "nano-emacs";
- version = "0.1";
- src = fetchGit {
- url = "https://github.com/rougier/nano-emacs.git";
- rev = "01a51d2a8e18ef5a4e8540a01d110ae4e8d693e9";
- };
- recipe = pkgs.writeText "nano-emacs-recipe" ''
- (nano-emacs :fetcher git
- :url "https://github.com/rougier/nano-emacs.git"
- :files (:defaults))
- '';
- })
Advertisement
Add Comment
Please, Sign In to add comment