tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
todiff: use checkFeatures
figsoda
4 years ago
2d358196
ebe494df
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
todiff
default.nix
+1
-1
pkgs/applications/misc/todiff/default.nix
···
13
13
14
14
cargoSha256 = "0vrn1vc3rwabv6l2r1qb7mkcxbp75q79bfl3rxhyi51ra3ij507r";
15
15
16
16
-
checkPhase = "cargo test --features=integration_tests";
16
16
+
checkFeatures = [ "integration_tests" ];
17
17
18
18
meta = with lib; {
19
19
description = "Human-readable diff for todo.txt files";