tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mas: use testers.testVersion
Bobby Rong
3 years ago
fd39a60a
c154c1cd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
darwin
mas
default.nix
+2
-2
pkgs/os-specific/darwin/mas/default.nix
···
2
2
, stdenvNoCC
3
3
, fetchurl
4
4
, installShellFiles
5
5
-
, testVersion
5
5
+
, testers
6
6
, mas
7
7
}:
8
8
···
25
25
'';
26
26
27
27
passthru.tests = {
28
28
-
version = testVersion {
28
28
+
version = testers.testVersion {
29
29
package = mas;
30
30
command = "mas version";
31
31
};