Replace requirements.txt with a Nix flake
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-09-20 23:19:18 +02:00
parent 5474dbe720
commit 83dbdcea3e
4 changed files with 72 additions and 4 deletions
+3 -2
View File
@@ -2,10 +2,11 @@
## Ansible Control Node Setup
In a Python 3 environment (perhaps a venv), run:
The root of this repo contains a `flake.nix` that defines a shell with all necessary tools.
To drop into a shell with `ansible-*` commands, run:
```
pip install -r requirements.txt
nix develop
```
## `misc.yaml`