From 3d7e7cdea95ccea90753acb5aa58d70660fd5f5c Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sat, 25 May 2024 16:03:23 +0200 Subject: [PATCH] felix-fm: add update script Signed-off-by: Sefa Eyeoglu --- pkgs/applications/file-managers/felix-fm/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/file-managers/felix-fm/default.nix b/pkgs/applications/file-managers/felix-fm/default.nix index f34be93fc3ca..37f03349a47e 100644 --- a/pkgs/applications/file-managers/felix-fm/default.nix +++ b/pkgs/applications/file-managers/felix-fm/default.nix @@ -4,6 +4,7 @@ , pkg-config , bzip2 , libgit2 +, nix-update-script , zlib , zstd , zoxide @@ -45,6 +46,8 @@ rustPlatform.buildRustPackage rec { "--skip=state::tests::test_has_write_permission" ]; + passthru.updateScript = nix-update-script { }; + meta = with lib; { description = "A tui file manager with vim-like key mapping"; homepage = "https://github.com/kyoheiu/felix";