We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96a1e2 commit 99011d5Copy full SHA for 99011d5
hosts/R2026/home-tobiashapp.nix
@@ -43,7 +43,7 @@
43
packages = with pkgs; [
44
awscli2
45
nixpkgs-fmt
46
- nodejs
+ nodejs_22
47
];
48
};
49
hosts/bwpm-FP2CYXKY2V/home-tobiashapp.nix
@@ -21,7 +21,7 @@
21
links = {
22
inherit (pkgs) jdk17 jdk21;
23
24
- python3 = pkgs.python3.withPackages (ps: with ps; with pkgs.python3Packages; [ jupyter ipython notebook ]);
+ python3 = pkgs.python3; # .withPackages (ps: with ps; with pkgs.python3Packages; [ jupyter ipython notebook ]);
25
26
27
@@ -63,8 +63,8 @@
63
mob
64
natscli
65
66
67
- pnpm
+ #nodejs_22.pkgs.pnpm
68
python3
69
70
0 commit comments