From c41af3f5e335d83420cf6007f43796fb685b4e8b Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sun, 6 Sep 2026 11:20:49 -0700 Subject: [PATCH] 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 --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 6f61847..a5d4a98 100644 --- a/shell.nix +++ b/shell.nix @@ -28,9 +28,9 @@ pkgs.mkShell { golangci-lint golint gopls - nodejs_20 - nodePackages.node-gyp - nodePackages.yarn + nodejs_22 + node-gyp + yarn rpm swaks