8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-6jtUNhib6iveuZ7qUKK7AllyMKFpZ8OUUaIieFqseY8=";
19 cargoSha256 = "sha256-SLOiX8z8LuQ9VA/lg0lOhqs85MGs0vmeP74cS6sgghI=";
21 nativeBuildInputs = [ makeWrapper ];
23 wrapProgram "$out/bin/pipr" --prefix PATH : ${lib.makeBinPath [ bubblewrap ]}
27 description = "A commandline-tool to interactively write shell pipelines";
28 homepage = "https://github.com/ElKowar/pipr";
29 license = licenses.mit;
30 maintainers = with maintainers; [ elkowar ];
31 platforms = platforms.all;