Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created October 19, 2017 17:33
Show Gist options
  • Save dustinlacewell-wk/98c9619e8c54f96585881bbef0e7d522 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/98c9619e8c54f96585881bbef0e7d522 to your computer and use it in GitHub Desktop.
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