monolith: add nix update script

This commit is contained in:
aktaboot
2024-11-04 13:44:59 +01:00
parent 90abf6e0db
commit 1fe651e76c
+3
View File
@@ -6,6 +6,7 @@
, libiconv
, Security
, SystemConfiguration
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@@ -29,6 +30,8 @@ rustPlatform.buildRustPackage rec {
checkFlags = [ "--skip=tests::cli" ];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Bundle any web page into a single HTML file";
mainProgram = "monolith";