adjust nix build script for github actions
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
dd57ce7d0c
commit
3f4f0b0d3b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ INSTALLABLE="$1"
|
||||||
# Build the installable and forward any other arguments too
|
# Build the installable and forward any other arguments too
|
||||||
nix build -L "$@"
|
nix build -L "$@"
|
||||||
|
|
||||||
if [ ! -z ${ATTIC_TOKEN+x} ]; then
|
if [ ! -z "$ATTIC_TOKEN" ]; then
|
||||||
|
|
||||||
nix run --inputs-from . attic -- login \
|
nix run --inputs-from . attic -- login \
|
||||||
conduit \
|
conduit \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue