Commit 1fe651e7 authored by aktaboot's avatar aktaboot
Browse files

monolith: add nix update script

parent 90abf6e0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";