feat: fork instead of just spawning command

This commit is contained in:
Kat Inskip 2025-10-29 12:43:56 -07:00
parent ce503517bb
commit 17aab3c2d7
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 39 additions and 25 deletions

View file

@ -8,9 +8,10 @@ rustPlatform.buildRustPackage (_finalAttrs: {
src = ./.;
cargoHash = "sha256-aaLgttzAlHJciCDn9vQ2bHPoNc6lcXQa4GIJQPvUgyw=";
cargoHash = "sha256-gwaH/Q9VN1i3JLruj6aRBhInWy+qHV+g32wSKY++msw=";
meta = {
mainProgram = "fzfdapter";
description = "fzfdapter, a fuzzel/wofi/rofi... thing for your terminal";
homepage = "https://github.com/kittywitch/fzfdapter";
license = lib.licenses.gpl3;