Compare commits

..

1 commit

Author SHA1 Message Date
88007a9771 Replace deprecated nodePackages.pnpm with pnpm
Some checks failed
nix-bitcoin tests / build_test_drivers (push) Has been cancelled
nix-bitcoin tests / check_flake (push) Has been cancelled
nix-bitcoin tests / test_scenario (default) (push) Has been cancelled
nix-bitcoin tests / test_scenario (joinmarket-bitcoind-29) (push) Has been cancelled
nix-bitcoin tests / test_scenario (netns) (push) Has been cancelled
nix-bitcoin tests / test_scenario (netnsRegtest) (push) Has been cancelled
nodePackages has been removed from nixpkgs. Use the standalone pnpm
package instead.
2026-04-04 19:23:59 +00:00

View file

@ -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)