ox: add updateScript

This commit is contained in:
Kenichi Kamiya
2024-11-12 00:04:45 +09:00
parent 79757ed4fc
commit 5e9fc87458
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, testers, ox }:
{ lib, stdenv, fetchFromGitHub, rustPlatform, testers, nix-update-script, ox }:
rustPlatform.buildRustPackage rec {
pname = "ox";
@@ -17,6 +17,8 @@ rustPlatform.buildRustPackage rec {
tests.version = testers.testVersion {
package = ox;
};
updateScript = nix-update-script { };
};
meta = with lib; {