From ccbcf1b6c2af2fed7caae2de5e62ebe0ddb73204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 11 May 2016 10:36:21 +0100 Subject: [PATCH] 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 --- nixos/modules/config/system-path.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix index d7815324c4c4..0e0a9203d383 100644 --- a/nixos/modules/config/system-path.nix +++ b/nixos/modules/config/system-path.nix @@ -40,6 +40,7 @@ let pkgs.time pkgs.texinfoInteractive pkgs.utillinux + pkgs.which # 88K size ]; in