tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
smartdns: fix version check
Weijia Wang
2 years ago
5c4bc127
84e747a3
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
smartdns
default.nix
+4
-1
pkgs/tools/networking/smartdns/default.nix
···
24
installFlags = [ "SYSCONFDIR=${placeholder "out"}/etc" ];
25
26
passthru.tests = {
27
-
version = testers.testVersion { package = smartdns; };
0
0
0
28
};
29
30
meta = with lib; {
···
24
installFlags = [ "SYSCONFDIR=${placeholder "out"}/etc" ];
25
26
passthru.tests = {
27
+
version = testers.testVersion {
28
+
package = smartdns;
29
+
command = "smartdns -v";
30
+
};
31
};
32
33
meta = with lib; {