fend: add updateScript

This commit is contained in:
Olli Helenius 2023-09-20 20:33:00 +03:00
parent 9740d7bb58
commit 1c5ade21cc
No known key found for this signature in database
GPG Key ID: 67235CC88F41DE3C

View File

@ -7,6 +7,7 @@
, installShellFiles
, copyDesktopItems
, makeDesktopItem
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@ -57,6 +58,8 @@ rustPlatform.buildRustPackage rec {
})
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Arbitrary-precision unit-aware calculator";
homepage = "https://github.com/printfn/fend";