nixos: require pkgs.which

This properly implements revert in
0729f60697.

We used to have which='type -P' alias, but really it's best to just
rely on which package, only 88K in size.

cc @edolstra
This commit is contained in:
Domen Kožar 2016-05-11 10:36:21 +01:00
parent 95c7dd7af9
commit ccbcf1b6c2

View file

@ -40,6 +40,7 @@ let
pkgs.time
pkgs.texinfoInteractive
pkgs.utillinux
pkgs.which # 88K size
];
in