feat: derangement?

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

View file

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