feat: awrawRAWARAWRWAR
Some checks failed
flake-update / flake-update check (push) Has been cancelled
flake-update / flake-update (push) Has been cancelled
nodes / nodes check (push) Successful in 1m51s
nodes / nodes-home-home-base (push) Failing after 3m58s
nodes / nodes-home-home-graphical (push) Failing after 10m33s
nodes / nodes-home-home-neovim (push) Failing after 3m56s
nodes / nodes-home-home-shell (push) Failing after 3m55s
nodes / nodes-nixos-mai (push) Failing after 3m45s
nodes / nodes-nixos-mei (push) Failing after 3m58s

This commit is contained in:
Kat Inskip 2025-10-13 11:47:37 -07:00
parent 730e367093
commit 8aec107872
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 63 additions and 40 deletions

View file

@ -13,7 +13,6 @@ with lib; {
CACHIX_AUTH_TOKEN = "\${{ secrets.CACHIX_AUTH_TOKEN }}";
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
DISCORD_WEBHOOK_LINK = "\${{ secrets.DISCORD_WEBHOOK_LINK }}";
NIX_INSTALLER = "--daemon";
NIX_CONFIG = "\${{ secrets.NIX_CONFIG }}";
};
on = let
@ -37,6 +36,7 @@ with lib; {
workflow_dispatch = {};
};
jobs.flake-update = {
step.nix-install."with".daemon = true;
step.flake-update = {
name = "flake update build";
order = 500;