plainoldrecipe/start.sh
Yann Esposito (Yogsototh) eb11703fa5
add nix support
2022-09-11 18:26:49 +02:00

9 lines
179 B
Bash
Executable file

#!/usr/bin/env zsh
# Prerequiste
# nix shell github:DavHau/mach-nix
# mach-nix env ./env -r requirements.txt
# nix-shell ./env
cd $0:h
nix-shell ./nix --command "python app.py"