1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tcsh: migrate to by-name

This commit is contained in:
Anderson Torres 2023-09-09 17:11:50 -03:00
parent 695ec16384
commit f49b186df2
2 changed files with 0 additions and 2 deletions

View file

@ -15396,8 +15396,6 @@ with pkgs;
scponly = callPackage ../shells/scponly { };
tcsh = callPackage ../shells/tcsh { };
rush = callPackage ../shells/rush { };
xonsh = callPackage ../shells/xonsh/wrapper.nix { };