-self: super:
+_self: super:
let lib = super.lib; in
{
- lib = (super.lib or {}) // rec {
+ lib = (super.lib or { }) // rec {
unwords = lib.concatStringsSep " ";
unlines = lib.concatStringsSep "\n";
unlinesAttrs = f: as: unlines (lib.mapAttrsToList f as);