nixos: try to fix, choosing correct binary outputs

This commit is contained in:
Vladimír Čunát
2015-05-05 11:56:31 +02:00
parent c2fff72836
commit d449020d87
2 changed files with 3 additions and 2 deletions
@@ -12,7 +12,8 @@ let
'';
});
path =
path = map # outputs TODO?
(pkg: (pkg.bin or (pkg.out or pkg)))
[ pkgs.coreutils pkgs.gnugrep pkgs.findutils
pkgs.glibc # needed for getent
pkgs.shadow