mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
7 lines
101 B
Nix
7 lines
101 B
Nix
{ fastjar, testers }:
|
|
|
|
testers.testVersion {
|
|
package = fastjar;
|
|
command = "fastjar --version";
|
|
}
|