Fix shebang for nixos, should work in GH-actions too

This commit is contained in:
pietervdvn 2022-06-28 02:02:21 +02:00
parent 63c5c3f527
commit 2392718d29

View file

@ -1,3 +1,5 @@
#! /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