We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fa239 commit 1b11f87Copy full SHA for 1b11f87
pkgs/by-name/st/stenc/package.nix
@@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
30
pandoc
31
];
32
33
+ doCheck = true;
34
+
35
passthru.updateScript = gitUpdater { };
36
37
meta = {
0 commit comments