7 lines
95 B
Nix
7 lines
95 B
Nix
{ testers, zchunk }:
|
|
|
|
testers.testVersion {
|
|
package = zchunk;
|
|
command = "zck --version";
|
|
}
|