mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 = {
|
||||
linux = pkgs.utillinux;
|
||||
};
|
||||
getconf = singleBinary "getconf" {
|
||||
getconf = {
|
||||
linux = if hostPlatform.isMusl then pkgs.musl-getconf
|
||||
else lib.getBin stdenv.cc.libc;
|
||||
darwin = pkgs.darwin.system_cmds;
|
||||
|
Loading…
Reference in New Issue
Block a user