refactor(tools): switch to Nix

- Nix is more reproducible (pinned to a specific hash)
- Faster rebuild after changing the package list (due to /nix caching in volume)
- Users can still use make tools (wrapped in Docker) without installing Nix
- Using nix-shell will work if you have nix installed.
This commit is contained in:
Khue Doan
2022-08-26 19:08:52 +07:00
parent 6e361596ac
commit adbaf32aa5
13 changed files with 113 additions and 91 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import requests