depot/nix/pkgs/baserow/premium-backend/pynixify/overlay.nix

6 lines
107 B
Nix
Raw Normal View History

2021-12-21 00:18:16 +00:00
self: super: {
baserow-premium-backend =
self.callPackage ./packages/baserow-premium-backend { };
}