feat: ntfy...? :3
Some checks failed
nodes / nodes check (push) Has been cancelled
nodes / nodes-home-home-base (push) Has been cancelled
nodes / nodes-home-home-graphical (push) Has been cancelled
nodes / nodes-home-home-neovim (push) Has been cancelled
nodes / nodes-home-home-shell (push) Has been cancelled
nodes / nodes-nixos-mai (push) Has been cancelled
nodes / nodes-nixos-mei (push) Has been cancelled

This commit is contained in:
Kat Inskip 2025-10-13 12:58:51 -07:00
parent 8aec107872
commit 8a0fa4d5d1
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 172 additions and 35 deletions

View file

@ -37,7 +37,10 @@ in {
jobs = let
genericNixosBuildJob = name: _system:
nameValuePair "nixos-${name}" {
step.nix-install."with".daemon = true;
step.nix-install."with" = {
daemon = true;
#github-access-token = "\${{ secrets.GITHUB_TOKEN }}";
};
step.${name} = {
name = "build system closure for ${name}";
order = 500;