Revert "attempt to get dbt"

This reverts commit 7c1e6ffb5d.
This commit is contained in:
2025-02-12 13:11:01 +00:00
parent 7c1e6ffb5d
commit 966be817e7
2 changed files with 24 additions and 35 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,9 +2,7 @@
{ {
mj.base.users.email = null; mj.base.users.email = null;
environment.systemPackages = environment.systemPackages = with pkgs; [
with pkgs;
[
#swc #swc
#nodejs #nodejs
#typescript #typescript
@@ -19,16 +17,7 @@
docker-compose docker-compose
google-cloud-sdk google-cloud-sdk
kubectl-node-shell kubectl-node-shell
] (dbt.withAdapters (adapters: [ adapters.dbt-bigquery ]))
++ [
(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;