Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 7 lines 101 B view raw
1{ bundlerApp }: 2 3bundlerApp { 4 pname = "puppet-lint"; 5 gemdir = ./.; 6 exes = [ "puppet-lint" ]; 7}