update path for styx

This commit is contained in:
Daylin Morgan 2024-01-24 14:44:40 -06:00
parent 93f13d2049
commit e5ff5661a1
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

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