Compare commits
1 commit
v0.0.27aio
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 88007a9771 |
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 nodePackages.pnpm python3 git coreutils bash util-linux
|
nodejs_22 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
|
||||||
nodePackages.pnpm
|
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