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

2
scripts/configure vendored
View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# WIP
# TODO clean this up

View File

@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/env python
"""
Quick and dirty script for things that I can't/don't have time to do properly yet

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# WIP
# - [x] take screenshot

View File

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