mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
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
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:
parent
730e367093
commit
8aec107872
11 changed files with 63 additions and 40 deletions
|
|
@ -18,7 +18,6 @@ in {
|
|||
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
||||
DISCORD_WEBHOOK_LINK = "\${{ secrets.DISCORD_WEBHOOK_LINK }}";
|
||||
NIX_CONFIG = "\${{ secrets.NIX_CONFIG }}";
|
||||
NIX_INSTALLER = "--daemon";
|
||||
};
|
||||
on = let
|
||||
paths = [
|
||||
|
|
@ -38,6 +37,7 @@ in {
|
|||
jobs = let
|
||||
genericNixosBuildJob = name: _system:
|
||||
nameValuePair "nixos-${name}" {
|
||||
step.nix-install."with".daemon = true;
|
||||
step.${name} = {
|
||||
name = "build system closure for ${name}";
|
||||
order = 500;
|
||||
|
|
@ -50,6 +50,7 @@ in {
|
|||
};
|
||||
genericHomeBuildJob = name: _system:
|
||||
nameValuePair "home-${name}" {
|
||||
step.nix-install."with".daemon = true;
|
||||
step.${name} = {
|
||||
name = "build home closure for ${name}";
|
||||
order = 500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue