feat: derangement++

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

View file

@ -1,6 +1,5 @@
{
lib,
channels,
config,
...
}:
@ -39,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 }}";