feat(third_party): Add derivation for pulldown-cmark
This commit is contained in:
parent
b6a3490816
commit
19ced1ac41
1 changed files with 12 additions and 0 deletions
12
third_party/pulldown-cmark/default.nix
vendored
Normal file
12
third_party/pulldown-cmark/default.nix
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
with pkgs.third_party;
|
||||||
|
|
||||||
|
naersk.buildPackage {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "raphlinus";
|
||||||
|
repo = "pulldown-cmark";
|
||||||
|
rev = "e10b6801081799cab52dc3029a6de357b604f13e";
|
||||||
|
sha256 = "1zibwh9fnysgkg2sgp6fxlsbc1cwp5gqc8nqsdglry9p21jd351i";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue