9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
14 owner = "jacek-kurlit";
17 hash = "sha256-q1nNQC9qGa7nUNIaDdqW3wIrfzH7JKS/yZAe9KNmX3k=";
20 cargoHash = "sha256-gqzt3cFOS4uzIstIvmPS0n18aFUt0YnoTRz7EVTV7sA=";
22 passthru.tests.version = testers.testVersion { package = pik; };
25 description = "Process Interactive Kill";
27 Process Interactive Kill is a command line tool that helps to find and kill process.
28 It works like pkill command but search is interactive.
30 homepage = "https://github.com/jacek-kurlit/pik";
31 license = with lib.licenses; [ mit ];
32 maintainers = with lib.maintainers; [ bew ];