You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work. Babashka has only a fixed number of feature flags.
Wondering if it's possible to upstream the work of mkBabashka to nixpkgs, so that consume babashka.override { withExtraFeatures = [ "jdbc"] } from nixpkgs would be easy without this flake?
Best
The text was updated successfully, but these errors were encountered:
mkBabashka depends on functionality provided by clj-nix, like the locker file generator or the helpers to generate uberjars. We need to upstream those too, but unfortunately, I think clj-nix needs to be more mature before it can be upstreamed to nixpkgs.
A big advantage of flakes is to open more possibilies than adding to an enormous monorepo. Merging into nixpkgs now is only for visibility, which now deserves its own project.
Hi Jose,
Thanks for the great work. Babashka has only a fixed number of feature flags.
Wondering if it's possible to upstream the work of mkBabashka to nixpkgs, so that consume
babashka.override { withExtraFeatures = [ "jdbc"] }
from nixpkgs would be easy without this flake?Best
The text was updated successfully, but these errors were encountered: