Compare commits
No commits in common. "main" and "v0.0.27aio" have entirely different histories.
main
...
v0.0.27aio
1 changed files with 2 additions and 2 deletions
|
|
@ -272,7 +272,7 @@ in
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
|
|
||||||
path = with pkgs; [
|
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
|
stdenv.cc gnumake pkg-config binutils expat
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -406,7 +406,7 @@ in
|
||||||
# Helper tools
|
# Helper tools
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nodejs_22
|
nodejs_22
|
||||||
pnpm
|
nodePackages.pnpm
|
||||||
postgresql
|
postgresql
|
||||||
(writeShellScriptBin "lamassu-register-user" ''
|
(writeShellScriptBin "lamassu-register-user" ''
|
||||||
DB_PASSWORD=$(cat ${secretsDir}/lamassu-db-password)
|
DB_PASSWORD=$(cat ${secretsDir}/lamassu-db-password)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue