fend: add updateScript
This commit is contained in:
parent
9740d7bb58
commit
1c5ade21cc
@ -7,6 +7,7 @@
|
|||||||
, installShellFiles
|
, installShellFiles
|
||||||
, copyDesktopItems
|
, copyDesktopItems
|
||||||
, makeDesktopItem
|
, makeDesktopItem
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
@ -57,6 +58,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Arbitrary-precision unit-aware calculator";
|
description = "Arbitrary-precision unit-aware calculator";
|
||||||
homepage = "https://github.com/printfn/fend";
|
homepage = "https://github.com/printfn/fend";
|
||||||
|
Loading…
Reference in New Issue
Block a user