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 90abf6e commit 1fe651eCopy full SHA for 1fe651e
pkgs/tools/backup/monolith/default.nix
@@ -6,6 +6,7 @@
6
, libiconv
7
, Security
8
, SystemConfiguration
9
+, nix-update-script
10
}:
11
12
rustPlatform.buildRustPackage rec {
@@ -29,6 +30,8 @@ rustPlatform.buildRustPackage rec {
29
30
31
checkFlags = [ "--skip=tests::cli" ];
32
33
+ passthru.updateScript = nix-update-script { };
34
+
35
meta = with lib; {
36
description = "Bundle any web page into a single HTML file";
37
mainProgram = "monolith";
0 commit comments