Created
October 19, 2017 17:33
-
-
Save dustinlacewell-wk/98c9619e8c54f96585881bbef0e7d522 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
args@{ config, pkgs, lib, ... }: { | |
# org-build = (import ../../src/nix-hm-org-build) args; | |
org-build = (import (pkgs.fetchFromGitHub { | |
owner = "dustinlacewell"; | |
repo = "nix-hm-org-build"; | |
rev = "c1e604690191ef616837d4b8c35f8e6110bc89ae"; | |
sha256 = "03037zcliyvz7xig35wszaczswcwzl730rwdpqqg61mm0g6aiij9"; | |
})) args; | |
# org-export = (import ../nix-hm-org-export) args; | |
org-export = import (pkgs.fetchFromGitHub { | |
owner = "dustinlacewell"; | |
repo = "nix-hm-org-export"; | |
rev = "6ebd7a537c9027765dc8f67432b78403e01142c1"; | |
sha256 = "0dvwxb6r1d1is9z1hicdfai5dq81zmjqllgrgk90550402vsm517"; | |
}) { inherit config pkgs lib; }; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment