Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. pkgs:
  2.  
  3. let
  4. compileEmacsFiles = pkgs.callPackage ./builder.nix;
  5. org-clubhouse = compileEmacsFiles {
  6. name = "org-clubhouse.el";
  7. src = builtins.fetchurl {
  8. url = https://raw.githubusercontent.com/urbint/org-clubhouse/master/org-clubhouse.el;
  9. sha256 = "04h8hj81gw6q8zd68r07aq7shrr99jlw1525kilh608n2g1zff2j";
  10. };
  11. };
  12. in
  13. {
  14. org-clubhouse = org-clubhouse;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement