From 88007a9771bf4b6d17cb45a5df9c7c7e775fcbf9 Mon Sep 17 00:00:00 2001 From: padreug Date: Sat, 4 Apr 2026 19:23:59 +0000 Subject: [PATCH] Replace deprecated nodePackages.pnpm with pnpm nodePackages has been removed from nixpkgs. Use the standalone pnpm package instead. --- modules/lamassu-lnbits.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lamassu-lnbits.nix b/modules/lamassu-lnbits.nix index 84b58a2..0d01314 100644 --- a/modules/lamassu-lnbits.nix +++ b/modules/lamassu-lnbits.nix @@ -272,7 +272,7 @@ in wants = [ "network-online.target" ]; path = with pkgs; [ - nodejs_22 nodePackages.pnpm python3 git coreutils bash util-linux + nodejs_22 pnpm python3 git coreutils bash util-linux stdenv.cc gnumake pkg-config binutils expat ]; @@ -406,7 +406,7 @@ in # Helper tools environment.systemPackages = with pkgs; [ nodejs_22 - nodePackages.pnpm + pnpm postgresql (writeShellScriptBin "lamassu-register-user" '' DB_PASSWORD=$(cat ${secretsDir}/lamassu-db-password)