diff --git a/pkgs/by-name/fl/flirt/package.nix b/pkgs/by-name/fl/flirt/package.nix index a01722b656a6..120b1fd7a793 100644 --- a/pkgs/by-name/fl/flirt/package.nix +++ b/pkgs/by-name/fl/flirt/package.nix @@ -2,6 +2,7 @@ rustPlatform, fetchFromSourcehut, lib, + nix-update-script, }: rustPlatform.buildRustPackage rec { @@ -17,6 +18,8 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-gVtRU+tjwf3rTei/TjUFYSMvLB9g6gNeGYO+9NBxgYQ="; + passthru.updateScript = nix-update-script { }; + meta = { description = "FiLe InteRacT, the file interaction tool for your command line"; homepage = "https://git.sr.ht/~hadronized/flirt";