11 stdenv.mkDerivation rec {
12 pname = "any-nix-shell";
15 src = fetchFromGitHub {
17 repo = "any-nix-shell";
19 hash = "sha256-t6+LKSGWmkHQhfqw/4Ztz4QgDXQ2RZr9R/mMEEA3jlY=";
24 nativeBuildInputs = [ makeWrapper ];
26 buildInputs = [ bash ];
33 wrapProgram $out/bin/any-nix-shell --prefix PATH ":" ${
45 description = "fish, xonsh and zsh support for nix-shell";
46 license = lib.licenses.mit;
47 homepage = "https://github.com/haslersn/any-nix-shell";
48 maintainers = with lib.maintainers; [ haslersn ];
49 mainProgram = "any-nix-shell";