diff options
Diffstat (limited to 'scripts/ci/provision.sh')
-rwxr-xr-x | scripts/ci/provision.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/provision.sh b/scripts/ci/provision.sh index 9572ea7..a89ffc5 100755 --- a/scripts/ci/provision.sh +++ b/scripts/ci/provision.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i bash +#!nix-shell -i bash ../../shell.nix # shellcheck shell=bash set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" |