Skip to content

Commit

Permalink
fixing devenv up
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix authored Jul 23, 2023
1 parent 4c96ce5 commit 53f5662
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@

# https://devenv.sh/processes/
processes.election-orchestra.exec = ''
export FRESTQ_SETTINGS=base_settings.py
devenv shell python app.py --createdb && python app.py
devenv shell bash -c \
"export FRESTQ_SETTINGS=base_settings.py &&\
python app.py --createdb \
&& python app.py"
'';

enterShell = ''
Expand Down

0 comments on commit 53f5662

Please sign in to comment.