nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 6 lines 95 B view raw
1{ testers, zchunk }: 2 3testers.testVersion { 4 package = zchunk; 5 command = "zck --version"; 6}