about summary refs log tree commit diff
path: root/pkgs/development/tools/puppet/puppet-lint/default.nix
blob: 2940605b1b0824529aee7df1af4d03afa4ad91dd (plain) (blame)
1
2
3
4
5
6
7
{ bundlerApp }:

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