mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 01:20:40 +00:00
8 lines
101 B
Nix
8 lines
101 B
Nix
{ bundlerApp }:
|
|
|
|
bundlerApp {
|
|
pname = "puppet-lint";
|
|
gemdir = ./.;
|
|
exes = [ "puppet-lint" ];
|
|
}
|