mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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
@ -40,6 +40,7 @@ let
|
|||||||
pkgs.time
|
pkgs.time
|
||||||
pkgs.texinfoInteractive
|
pkgs.texinfoInteractive
|
||||||
pkgs.utillinux
|
pkgs.utillinux
|
||||||
|
pkgs.which # 88K size
|
||||||
];
|
];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user