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

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: