shells: Fix ordering of env variables in gamification shell
This commit is contained in:
parent
2f1401eb19
commit
b7906922af
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
name = "Gamification 2";
|
||||
imports = [ "${inputs.devshell}/extra/language/ruby.nix" ];
|
||||
env = [
|
||||
{ name = "DATABASE_HOST"; eval = "$PGDATA"; }
|
||||
{ name = "PGDATA"; eval = "$PRJ_DATA_DIR/postgres"; }
|
||||
{ name = "DATABASE_HOST"; eval = "$PGDATA"; }
|
||||
];
|
||||
commands = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue