refactor: legacyPackages

This commit is contained in:
2025-10-10 13:13:03 +00:00
parent 7d55064a44
commit 65fa944df8
18 changed files with 497 additions and 174 deletions

4
legacy/default.nix Normal file
View File

@@ -0,0 +1,4 @@
{ self, system, pkgs }:
{
writers = pkgs.callPackage ./writer { };
}