Compare commits

..

No commits in common. "main" and "v0.0.27aio" have entirely different histories.

View file

@ -272,7 +272,7 @@ in
wants = [ "network-online.target" ];
path = with pkgs; [
nodejs_22 pnpm python3 git coreutils bash util-linux
nodejs_22 nodePackages.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
pnpm
nodePackages.pnpm
postgresql
(writeShellScriptBin "lamassu-register-user" ''
DB_PASSWORD=$(cat ${secretsDir}/lamassu-db-password)