1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 02:24:27 +00:00
nixpkgs/pkgs/development/tools/puppet/puppet-lint/default.nix
2018-08-13 11:37:59 +01:00

8 lines
101 B
Nix

{ bundlerApp }:
bundlerApp {
pname = "puppet-lint";
gemdir = ./.;
exes = [ "puppet-lint" ];
}