unixtools: fixup bad merge
This should hopefully fix the eval issue.
This commit is contained in:
parent
6748534d83
commit
882e08ced1
@ -47,7 +47,7 @@ let
|
|||||||
eject = {
|
eject = {
|
||||||
linux = pkgs.utillinux;
|
linux = pkgs.utillinux;
|
||||||
};
|
};
|
||||||
getconf = singleBinary "getconf" {
|
getconf = {
|
||||||
linux = if hostPlatform.isMusl then pkgs.musl-getconf
|
linux = if hostPlatform.isMusl then pkgs.musl-getconf
|
||||||
else lib.getBin stdenv.cc.libc;
|
else lib.getBin stdenv.cc.libc;
|
||||||
darwin = pkgs.darwin.system_cmds;
|
darwin = pkgs.darwin.system_cmds;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user