Limina keeps running out of space

This commit is contained in:
2023-01-22 17:24:26 -08:00
parent 2c6e3068e6
commit ea87bd198b
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -14,6 +14,6 @@
inherit (self) entities;
};
overlays.default = (final: prev: { lib = prev.lib // (self.lib); });
overlays.default = (final: prev: { lib = prev.lib // self.lib; });
};
}