Fix shebang for nixos
This commit is contained in:
parent
f6c3ed34ae
commit
5b8fbae0b3
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#! /usr/bin/env bash
|
||||||
echo "Starting build"
|
echo "Starting build"
|
||||||
# The build script; we build the application step by step as building everything at once takes too much RAM
|
# 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
|
# Should be run from the repository root
|
||||||
|
|
Loading…
Reference in a new issue