mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-02 20:05:09 +00:00
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…
x
Reference in New Issue
Block a user