unixtools: fixup bad merge
This should hopefully fix the eval issue.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user