Skip to content

Commit 99011d5

Browse files
committed
treewide: remove nodejs_20 deps
nodejs_20 does not build on darwin currently.
1 parent b96a1e2 commit 99011d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hosts/R2026/home-tobiashapp.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
packages = with pkgs; [
4444
awscli2
4545
nixpkgs-fmt
46-
nodejs
46+
nodejs_22
4747
];
4848
};
4949

hosts/bwpm-FP2CYXKY2V/home-tobiashapp.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
links = {
2222
inherit (pkgs) jdk17 jdk21;
2323

24-
python3 = pkgs.python3.withPackages (ps: with ps; with pkgs.python3Packages; [ jupyter ipython notebook ]);
24+
python3 = pkgs.python3; # .withPackages (ps: with ps; with pkgs.python3Packages; [ jupyter ipython notebook ]);
2525
};
2626
};
2727

@@ -63,8 +63,8 @@
6363
mob
6464
natscli
6565
nixpkgs-fmt
66-
nodejs
67-
pnpm
66+
nodejs_22
67+
#nodejs_22.pkgs.pnpm
6868
python3
6969
];
7070
};

0 commit comments

Comments
 (0)