tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
zsh: add shellPath passthru
zimbatm.tngl.sh
9 years ago
7e578dc3
a9f42f63
+4
1 changed file
expand all
collapse all
unified
split
pkgs
shells
zsh
default.nix
+4
pkgs/shells/zsh/default.nix
···
80
80
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ];
81
81
platforms = stdenv.lib.platforms.unix;
82
82
};
83
83
+
84
84
+
passthru = {
85
85
+
shellPath = "/bin/zsh";
86
86
+
};
83
87
}