mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
fix command call
This commit is contained in:
parent
e78e4a6fd1
commit
2434a3b3bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: |
|
||||
for host in ${HOSTS[@]}
|
||||
do
|
||||
nix run ".#styx" -- cache --host $host --flake .
|
||||
nix run ".#styx" --accept-flake-config -- cache --host:$host --flake:.
|
||||
done
|
||||
# - name: Push
|
||||
# env:
|
||||
|
|
Loading…
Reference in a new issue