Fix shebang for nixos

This commit is contained in:
pietervdvn 2022-06-28 02:12:46 +02:00
parent f6c3ed34ae
commit 5b8fbae0b3

View file

@ -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