mirror of
https://github.com/kittywitch/fzfdapter.git
synced 2026-02-09 22:59:17 -08:00
feat: consolidate, license
This commit is contained in:
commit
0ade7d9539
19 changed files with 2088 additions and 0 deletions
19
package.nix
Normal file
19
package.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (_finalAttrs: {
|
||||
pname = "fzfdapter";
|
||||
version = "0.1.0";
|
||||
|
||||
src = ./.;
|
||||
|
||||
cargoHash = "sha256-aaLgttzAlHJciCDn9vQ2bHPoNc6lcXQa4GIJQPvUgyw=";
|
||||
|
||||
meta = {
|
||||
description = "fzfdapter, a fuzzel/wofi/rofi... thing for your terminal";
|
||||
homepage = "https://github.com/kittywitch/fzfdapter";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [];
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue