attempt to get dbt

This commit is contained in:
2025-02-12 13:10:54 +00:00
parent e5e93c3a9b
commit 7c1e6ffb5d
2 changed files with 35 additions and 24 deletions

View File

@@ -255,13 +255,13 @@ in
xorg.lndir xorg.lndir
xorg.xinit xorg.xinit
(python3.withPackages ( #(python3.withPackages (
ps: with ps; [ # ps: with ps; [
numpy # numpy
ipython # ipython
matplotlib # matplotlib
] # ]
)) #))
(texlive.combine { (texlive.combine {
inherit (texlive) inherit (texlive)

View File

@@ -2,23 +2,34 @@
{ {
mj.base.users.email = null; mj.base.users.email = null;
environment.systemPackages = with pkgs; [ environment.systemPackages =
#swc with pkgs;
#nodejs [
#typescript #swc
#concurrently #nodejs
bats #typescript
unzip #concurrently
rclone bats
mysql80 unzip
kubectl rclone
kubectx mysql80
terraform kubectl
docker-compose kubectx
google-cloud-sdk terraform
kubectl-node-shell docker-compose
(dbt.withAdapters (adapters: [ adapters.dbt-bigquery ])) google-cloud-sdk
]; kubectl-node-shell
]
++ [
(pkgs.pkgs-unstable.python3.withPackages (
ps: with ps; [
ipython # works
minimal-snowplow-tracker
dbt.withAdapters # doesn't
(adapters: [ adapters.dbt-bigquery ])
]
))
];
programs._1password.enable = true; programs._1password.enable = true;