ops(ci): ?

This commit is contained in:
Kat Inskip 2025-08-18 15:58:29 -07:00
parent bdff840eec
commit 845f942206
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 15 additions and 15 deletions

View file

@ -38,7 +38,7 @@ with lib; {
step.flake-update = {
name = "flake update build";
order = 500;
run = "${channels.nixpkgs.lix}/bin/nix run .#nf-update";
run = "nix run .#nf-update";
env = {
CACHIX_AUTH_TOKEN = "\${{ secrets.CACHIX_AUTH_TOKEN }}";
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";