mirror of
https://github.com/kittywitch/fzfdapter.git
synced 2026-02-09 22:59:17 -08:00
feat: fork instead of just spawning command
This commit is contained in:
parent
ce503517bb
commit
17aab3c2d7
4 changed files with 39 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue