krebs pkgs default: drop redundant "lib."

This commit is contained in:
tv 2015-10-17 06:17:42 +02:00
parent ad21810424
commit fbab9828da
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ subdirs // rec {
execveBin = name: cfg: execve name (cfg // { destination = "/bin/${name}"; });
writeC = name: { destination ? "" }: src: pkgs.runCommand name {} ''
PATH=${lib.makeSearchPath "bin" (with pkgs; [
PATH=${makeSearchPath "bin" (with pkgs; [
binutils
coreutils
gcc