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

View file

@ -32,7 +32,7 @@ jobs:
run: | run: |
for host in ${HOSTS[@]} for host in ${HOSTS[@]}
do do
nix run ".#styx" -- cache --host $host --flake . nix run ".#styx" --accept-flake-config -- cache --host:$host --flake:.
done done
# - name: Push # - name: Push
# env: # env: