@@ -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)
|
||||||
|
|||||||
@@ -2,34 +2,23 @@
|
|||||||
{
|
{
|
||||||
mj.base.users.email = null;
|
mj.base.users.email = null;
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages = with pkgs; [
|
||||||
with pkgs;
|
#swc
|
||||||
[
|
#nodejs
|
||||||
#swc
|
#typescript
|
||||||
#nodejs
|
#concurrently
|
||||||
#typescript
|
bats
|
||||||
#concurrently
|
unzip
|
||||||
bats
|
rclone
|
||||||
unzip
|
mysql80
|
||||||
rclone
|
kubectl
|
||||||
mysql80
|
kubectx
|
||||||
kubectl
|
terraform
|
||||||
kubectx
|
docker-compose
|
||||||
terraform
|
google-cloud-sdk
|
||||||
docker-compose
|
kubectl-node-shell
|
||||||
google-cloud-sdk
|
(dbt.withAdapters (adapters: [ adapters.dbt-bigquery ]))
|
||||||
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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user