Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pkgs:
- let
- compileEmacsFiles = pkgs.callPackage ./builder.nix;
- org-clubhouse = compileEmacsFiles {
- name = "org-clubhouse.el";
- src = builtins.fetchurl {
- url = https://raw.githubusercontent.com/urbint/org-clubhouse/master/org-clubhouse.el;
- sha256 = "04h8hj81gw6q8zd68r07aq7shrr99jlw1525kilh608n2g1zff2j";
- };
- };
- in
- {
- org-clubhouse = org-clubhouse;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement