Add some env vars to dev shell
This commit is contained in:
parent
00121f2516
commit
973eb085c4
1 changed files with 6 additions and 0 deletions
|
@ -16,4 +16,10 @@ mkShell {
|
||||||
crane = inputs.crane;
|
crane = inputs.crane;
|
||||||
advisory-db = inputs.advisory-db;
|
advisory-db = inputs.advisory-db;
|
||||||
}).devDeps;
|
}).devDeps;
|
||||||
|
|
||||||
|
shellHook = ''
|
||||||
|
export PGHOST=127.0.0.1
|
||||||
|
export PGPORT=55432
|
||||||
|
export OIDC_URL=http://localhost:8082/.well-known/openid-configuration
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue