From 6506d86a01e866124923d9abfac34f743ba18630 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 May 2019 19:34:39 -0300 Subject: Fix shell.nix path in nix-shell custom shebang --- scripts/ci/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci/setup.sh') diff --git a/scripts/ci/setup.sh b/scripts/ci/setup.sh index b6ab06f..de8a165 100755 --- a/scripts/ci/setup.sh +++ b/scripts/ci/setup.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]}")" -- cgit v1.2.3