6 rustPlatform.buildRustPackage rec {
7 pname = "nix-your-shell";
10 src = fetchFromGitHub {
11 owner = "MercuryTechnologies";
14 hash = "sha256-gjOvAy15y4WJ4LMmiF17nuY6aAsC1V7/zZ+nt+xDh24=";
17 cargoHash = "sha256-EyE/Sv8cY/e8uf4b/7M3kJhd/l+dZS62np58xICF77U=";
20 mainProgram = "nix-your-shell";
21 description = "`nix` and `nix-shell` wrapper for shells other than `bash`";
22 homepage = "https://github.com/MercuryTechnologies/nix-your-shell";
23 license = [ licenses.mit ];
24 maintainers = [ maintainers._9999years ];
27 passthru.updateScript = nix-update-script { };