summary refs log tree commit diff
path: root/maintainers/scripts/hydra-eval-failures.py
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-10-25 22:47:18 +0100
committerGitHub <noreply@github.com>2020-10-25 22:47:18 +0100
commitcf36a4fea87f6f4bb61d748fdaee50a1d614b277 (patch)
tree6568766f642d8a574ddf66a8870e0b448b7113dc /maintainers/scripts/hydra-eval-failures.py
parent40bc6c8dad76276b6eb98e91ba00dc09848b5f1f (diff)
downloadnixpkgs-cf36a4fea87f6f4bb61d748fdaee50a1d614b277.tar
nixpkgs-cf36a4fea87f6f4bb61d748fdaee50a1d614b277.tar.gz
nixpkgs-cf36a4fea87f6f4bb61d748fdaee50a1d614b277.tar.bz2
nixpkgs-cf36a4fea87f6f4bb61d748fdaee50a1d614b277.tar.lz
nixpkgs-cf36a4fea87f6f4bb61d748fdaee50a1d614b277.tar.xz
nixpkgs-cf36a4fea87f6f4bb61d748fdaee50a1d614b277.tar.zst
nixpkgs-cf36a4fea87f6f4bb61d748fdaee50a1d614b277.zip
maintainers scripts: Fix shebang
Fixes:
error: syntax error, unexpected $undefined, at (string):1:94
Diffstat (limited to 'maintainers/scripts/hydra-eval-failures.py')
-rwxr-xr-xmaintainers/scripts/hydra-eval-failures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/hydra-eval-failures.py b/maintainers/scripts/hydra-eval-failures.py
index 0f738c5427b..b7518b12857 100755
--- a/maintainers/scripts/hydra-eval-failures.py
+++ b/maintainers/scripts/hydra-eval-failures.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env nix-shell
-#!nix-shell -i python3 -p 'python3.withPackages(ps: with ps; [ requests pyquery click ])'
+#!nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ requests pyquery click ])"
 
 # To use, just execute this script with --help to display help.