fix command call

This commit is contained in:
Daylin Morgan 2024-01-26 15:29:17 -06:00
parent e78e4a6fd1
commit 2434a3b3bf
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -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: