bin/nur: update shebang to include python3Packages.distutils

This commit is contained in:
Mathieu Rene 2024-08-10 23:50:40 -04:00 committed by mergify[bot]
parent 11c787f957
commit c9caa27ba0

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -p python3 -p nix-prefetch-git -p nix -i python3
#!nix-shell -p python3 -p nix-prefetch-git -p nix -i python3 -p python3Packages.distutils
import sys
import os