Skip to content
Snippets Groups Projects
Commit 3f4f0b0d authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

adjust nix build script for github actions

parent dd57ce7d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ INSTALLABLE="$1"
# Build the installable and forward any other arguments too
nix build -L "$@"
if [ ! -z ${ATTIC_TOKEN+x} ]; then
if [ ! -z "$ATTIC_TOKEN" ]; then
nix run --inputs-from . attic -- login \
conduit \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment