From 5b8fbae0b3d0b4265202ec4a2e13a36707ae73d0 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 28 Jun 2022 02:12:46 +0200 Subject: [PATCH] Fix shebang for nixos --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 55244db13..7952b795c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,3 +1,4 @@ +#! /usr/bin/env bash echo "Starting build" # The build script; we build the application step by step as building everything at once takes too much RAM # Should be run from the repository root