Update Zeus shells

This commit is contained in:
Charlotte Van Petegem 2022-10-28 10:53:14 +02:00
parent a546018b8d
commit 220421c5df
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 43 additions and 0 deletions

View file

@ -12,6 +12,7 @@
yarn
];
env = [
{ name = "NIX_CC"; value = "${pkgs.gcc}"; }
{ name = "PGDATA"; eval = "$PRJ_DATA_DIR/postgres"; }
{ name = "DATABASE_HOST"; eval = "$PGDATA"; }
{ name = "GEM_HOME"; eval = "$PRJ_DATA_DIR/bundle/$(ruby -e 'puts RUBY_VERSION')"; }