use the regular path

This commit is contained in:
Daylin Morgan 2024-01-24 14:56:02 -06:00
parent e5ff5661a1
commit 2a1af27fca
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
nix run ".#styx" -- cache --host $host --flake .
./styx -- cache --host $host --flake .
done
# - name: Push
# env: