fix shebang for NixOS usage in scheck-nix-shell.sh
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3f1d52da8c
commit
9d6ed9305b
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Check if inside Nix shell
|
# Check if inside Nix shell
|
||||||
if [[ -z "${IN_NIX_SHELL}" ]]; then
|
if [[ -z "${IN_NIX_SHELL}" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue