nixos: require pkgs.which
This properly implements revert in 0729f606973870c03d21bb2f21b70d91216943ca. 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
@ -40,6 +40,7 @@ let
|
||||
pkgs.time
|
||||
pkgs.texinfoInteractive
|
||||
pkgs.utillinux
|
||||
pkgs.which # 88K size
|
||||
];
|
||||
|
||||
in
|
||||
|
Loading…
x
Reference in New Issue
Block a user