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:
parent
95c7dd7af9
commit
ccbcf1b6c2
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ let
|
|||
pkgs.time
|
||||
pkgs.texinfoInteractive
|
||||
pkgs.utillinux
|
||||
pkgs.which # 88K size
|
||||
];
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue