From aa57392717cda2ac0d6d2d034c43c875bf6da46a Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 5 Apr 2022 15:12:29 -0400 Subject: [PATCH] Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..265b5a7 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# A nix flake for working with dbt + +## Usage + +You can get a development shell with the `nix shell` command. + +```sh +nix shell github:zaphar/dbt-nix#dbt-core github:zaphar/dbt-nix#dbt-redshift +dbt --version +``` + +## Flake outputs + +* packages.`${system}`.dbt-core - the dbt-core cli +* packages.`${system}`.dbt-redshift - the dbt-redshift plugin (also includes dbt-postgres) \ No newline at end of file