krebs pkgs default: drop redundant "lib."
This commit is contained in:
parent
ad21810424
commit
fbab9828da
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue