mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 18:06:43 +02:00
add -L to nix build command
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
7b43aacca0
commit
7a7d2000e4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set -euo pipefail
|
||||||
INSTALLABLE="$1"
|
INSTALLABLE="$1"
|
||||||
|
|
||||||
# Build the installable and forward any other arguments too
|
# Build the installable and forward any other arguments too
|
||||||
nix build "$@"
|
nix build -L "$@"
|
||||||
|
|
||||||
if [ ! -z ${ATTIC_TOKEN+x} ]; then
|
if [ ! -z ${ATTIC_TOKEN+x} ]; then
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue