mirror of
https://github.com/zaphar/dbt-nix.git
synced 2025-07-21 19:40:31 -04:00
Add README
This commit is contained in:
parent
c1aa7464d2
commit
aa57392717
15
README.md
Normal file
15
README.md
Normal file
@ -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)
|
Loading…
x
Reference in New Issue
Block a user