nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at netboot-syslinux-multiplatform 12 lines 219 B view raw
1{ lib, buildDunePackage, resto, resto-json, lwt }: 2 3buildDunePackage { 4 pname = "resto-directory"; 5 inherit (resto) src version meta doCheck; 6 duneVersion = "3"; 7 8 propagatedBuildInputs = [ 9 resto 10 lwt 11 ]; 12}