feat: supabase with env file reading

This commit is contained in:
2025-02-03 02:19:35 +00:00
parent f459c18b4c
commit f2307ff492
2 changed files with 17 additions and 2 deletions

View File

@@ -57,9 +57,10 @@
printprogress = pkgs.callPackage ./package/printprogress.nix {};
colorize = pkgs.callPackage ./package/colorize.nix {};
github.gh-tl = pkgs.callPackage ./package/github/gh-tl.nix {};
prettify-log = pkgs.callPackage ./package/prettify-log/default.nix {
supabase-with-env-collection = pkgs.callPackage ./package/supabase-with-env-collection.nix {};
prettify-log = pkgs.callPackage ./package/prettify-log/default.nix {
inherit (self.lib) cargoToml;
nativeBuildInputs = [
nativeBuildInputs = [
pkgs.pkgsBuildHost.rust-bin.stable."1.81.0".default
pkgs.pkg-config
];