From c9caa27ba0fd79f9f7c1f803df162b67a01cd83a Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Sat, 10 Aug 2024 23:50:40 -0400 Subject: [PATCH] bin/nur: update shebang to include python3Packages.distutils --- bin/nur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nur b/bin/nur index 998edbeb0..054e5794e 100755 --- a/bin/nur +++ b/bin/nur @@ -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