fzfmenu: use upstream writers

This commit is contained in:
lassulus 2023-07-08 14:49:19 +02:00
parent 8e23a28c59
commit 64ec34644c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ let
};
in
pkgs.writeDashBin "fzfmenu" ''
pkgs.writers.writeDashBin "fzfmenu" ''
set -efu
# Spawn terminal if called without one, like e.g. from a window manager.