Loading pkgs/build-support/trivial-builders/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -687,7 +687,7 @@ rec { # This is the best we can do since the other attrs are either defined here, or curried values that # we cannot extract a position from pos = if lib.isAttrs entries then if (lib.isAttrs entries) && (entries != { }) then builtins.unsafeGetAttrPos (builtins.head (builtins.attrNames entries)) entries else null; Loading Loading
pkgs/build-support/trivial-builders/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -687,7 +687,7 @@ rec { # This is the best we can do since the other attrs are either defined here, or curried values that # we cannot extract a position from pos = if lib.isAttrs entries then if (lib.isAttrs entries) && (entries != { }) then builtins.unsafeGetAttrPos (builtins.head (builtins.attrNames entries)) entries else null; Loading