Guest User

Untitled

a guest
Jan 21st, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. (epkgs.melpaBuild {
  2. pname = "nano-emacs";
  3. version = "0.1";
  4.  
  5. src = fetchGit {
  6. url = "https://github.com/rougier/nano-emacs.git";
  7. rev = "01a51d2a8e18ef5a4e8540a01d110ae4e8d693e9";
  8. };
  9.  
  10. recipe = pkgs.writeText "nano-emacs-recipe" ''
  11. (nano-emacs :fetcher git
  12. :url "https://github.com/rougier/nano-emacs.git"
  13. :files (:defaults))
  14. '';
  15. })
  16.  
Advertisement
Add Comment
Please, Sign In to add comment