refactor: derustification

This commit is contained in:
2026-02-20 17:36:20 +00:00
parent bea9ca602e
commit 0d7b84e3bc
13 changed files with 22 additions and 915 deletions

View File

@@ -125,7 +125,6 @@ in {
github-gh-tl = pkgs.callPackage ./github/gh-tl.nix {};
supabase-with-env-collection = pkgs.callPackage ./supabase-with-env-collection.nix {};
migration-name = pkgs.callPackage ./migration-name.nix {};
prettify-log = pkgs.callPackage ./prettify-log/default.nix rust.commonArgs;
pg-from = pkgs.callPackage ./postgres/pg-from/default.nix rust.commonArgs;
pg-schema = pkgs.callPackage ./postgres/pg-schema/default.nix rust.commonArgs;
pg_wdumpall = pkgs.callPackage ./postgres/pg_wdumpall.nix rust.commonArgs;