9 stdenvNoCC.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-2EDRVwW4XzQhd7rAM2rDuR94Fkaq4pH5RTooFEBBh5g=";
18 nativeBuildInputs = [ makeWrapper ];
21 install -Dt $out/bin try
22 wrapProgram $out/bin/try --prefix PATH : ${
31 homepage = "https://github.com/binpash/try";
32 description = "Lets you run a command and inspect its effects before changing your live system";
34 maintainers = with maintainers; [ pasqui23 ];
35 license = with licenses; [ mit ];
36 platforms = platforms.linux;