felix-fm: add update script

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-05-25 16:03:23 +02:00
parent 8d37224ffa
commit 3d7e7cdea9
@@ -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";