1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-09-13 23:28:53 +00:00

fix(nix): use top-level node-gyp/yarn and nodejs_22 in shell.nix (#606)

nodePackages was removed from nixpkgs; node-gyp and yarn are now
top-level packages. Also switch nodejs_20 to nodejs_22, as
nodejs-20.20.2 is now marked insecure and fails to build without
permittedInsecurePackages.

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2026-09-06 11:20:49 -07:00
committed by GitHub
parent e56c6d5f83
commit c41af3f5e3
+3 -3
View File
@@ -28,9 +28,9 @@ pkgs.mkShell {
golangci-lint
golint
gopls
nodejs_20
nodePackages.node-gyp
nodePackages.yarn
nodejs_22
node-gyp
yarn
rpm
swaks