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
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.
This commit is contained in:
parent
41b10f324c
commit
88007a9771
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue