diff --git a/scripts/check-nix-shell.sh b/scripts/check-nix-shell.sh index 7a527995d2..3da325c2e7 100755 --- a/scripts/check-nix-shell.sh +++ b/scripts/check-nix-shell.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Check if inside Nix shell if [[ -z "${IN_NIX_SHELL}" ]]; then