add nix development flake

This commit is contained in:
2023-07-21 00:07:11 +02:00
parent 9bf1a13e02
commit c59b2732f7
6 changed files with 72 additions and 12 deletions

View File

@@ -19,8 +19,7 @@ jobs:
python-version: 3.x
cache: pip
- name: ⏬ Install Python dependencies
run: python -m venv venv
- run: ./venv/bin/pip install -r requirements.txt
run: pip install -r requirements.txt
- name: 🐉 Use Node.js 18.16.x
uses: actions/setup-node@v3