tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tcsh: add shellPath passthru
zimbatm.tngl.sh
9 years ago
53060e5b
2e22de1f
+4
1 changed file
expand all
collapse all
unified
split
pkgs
shells
tcsh
default.nix
+4
pkgs/shells/tcsh/default.nix
···
19
19
homepage = http://www.tcsh.org/;
20
20
description = "An enhanced version of the Berkeley UNIX C shell (csh)";
21
21
};
22
22
+
23
23
+
passthru = {
24
24
+
shellPath = "/bin/tcsh";
25
25
+
};
22
26
}