clean up & refoldering

This commit is contained in:
2024-11-28 15:44:34 +01:00
parent 56ca921d8f
commit 508aa43dc8
32 changed files with 177 additions and 641 deletions

1
overlays/minlog.nix Normal file
View File

@@ -0,0 +1 @@
final: prev: { minlog = prev.callPackage ./../builds/minlog.nix { }; }