Update nix

This commit is contained in:
Rory&
2026-04-13 13:45:24 +02:00
parent 09310bce4f
commit b044912b67
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ let
# set -x
# remove packages not needed for production, or at least try to...
npm prune --omit dev --no-save --offline
npm prune --omit dev --no-save --offline
rm -v dist/src.tsbuildinfo
rm -rv scripts
time ${./nix/trimNodeModules.sh}
Generated
BIN
View File
Binary file not shown.
+3 -3
View File
@@ -91,9 +91,9 @@
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
nodejs_24
nodePackages.typescript
nodePackages.patch-package
nodePackages.prettier
typescript
patch-package
prettier
(pkgs.python3.withPackages (ps: with ps; [ setuptools ]))
];
};