Skip to content

Commit 1fe651e

Browse files
committed
monolith: add nix update script
1 parent 90abf6e commit 1fe651e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/tools/backup/monolith/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
, libiconv
77
, Security
88
, SystemConfiguration
9+
, nix-update-script
910
}:
1011

1112
rustPlatform.buildRustPackage rec {
@@ -29,6 +30,8 @@ rustPlatform.buildRustPackage rec {
2930

3031
checkFlags = [ "--skip=tests::cli" ];
3132

33+
passthru.updateScript = nix-update-script { };
34+
3235
meta = with lib; {
3336
description = "Bundle any web page into a single HTML file";
3437
mainProgram = "monolith";

0 commit comments

Comments
 (0)