Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 14 lines 216 B view raw
1{ 2 buildDunePackage, 3 js_of_ocaml, 4 ppxlib, 5}: 6 7buildDunePackage { 8 pname = "js_of_ocaml-ppx"; 9 10 inherit (js_of_ocaml) version src meta; 11 12 buildInputs = [ js_of_ocaml ]; 13 propagatedBuildInputs = [ ppxlib ]; 14}