From cfcc9fa8d0acf1c6a262f5029dbb7551ec55e147 Mon Sep 17 00:00:00 2001 From: Sohalt Date: Thu, 28 May 2020 03:09:41 +0200 Subject: [PATCH] Make shebang compatible with NixOS NixOS does not have /bin/bash --- , | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/, b/, index 875fa30..c4ebfa7 100755 --- a/, +++ b/, @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # usage example: # $ , yarn --help