mirror of
https://github.com/zaphar/dbt-nix.git
synced 2025-07-21 19:40:31 -04:00
expose dbt-postgres as part of the flake outputs
This commit is contained in:
parent
aa57392717
commit
1ba13d337f
@ -12,4 +12,5 @@ dbt --version
|
||||
## Flake outputs
|
||||
|
||||
* packages.`${system}`.dbt-core - the dbt-core cli
|
||||
* packages.`${system}`.dbt-redshift - the dbt-redshift plugin (also includes dbt-postgres)
|
||||
* packages.`${system}`.dbt-redshift - the dbt-redshift plugin (also includes dbt-postgres)
|
||||
* packages.`${system}`.dbt-postgres - the dbt-postgres plugin
|
@ -19,14 +19,12 @@
|
||||
dbt-redshift = import ./nix/dbt-redshift/default.nix { inherit pkgs dbt-core dbt-postgres; };
|
||||
in
|
||||
{
|
||||
dbt-core = dbt-core;
|
||||
dbt-redshift = dbt-redshift;
|
||||
inherit dbt-core dbt-postgres dbt-redshift;
|
||||
|
||||
overlays = [ dbt-overlay rust-overlay ];
|
||||
defaultPackage = dbt-core;
|
||||
packages = {
|
||||
dbt-core = dbt-core;
|
||||
dbt-redshift = dbt-redshift;
|
||||
inherit dbt-core dbt-postgres dbt-redshift;
|
||||
};
|
||||
defaultApp = {
|
||||
type = "app";
|
||||
|
Loading…
x
Reference in New Issue
Block a user