mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix(forgejo-runner): maybe?
Some checks failed
flake-update / flake-update check (push) Has been cancelled
flake-update / flake-update (push) Has been cancelled
nodes / nodes-home-home-base (push) Failing after 24s
nodes / nodes check (push) Failing after 1m30s
nodes / nodes-home-home-graphical (push) Failing after 43s
nodes / nodes-home-home-neovim (push) Failing after 23s
nodes / nodes-nixos-mei (push) Failing after 23s
nodes / nodes-home-home-shell (push) Failing after 45s
nodes / nodes-nixos-mai (push) Failing after 44s
Some checks failed
flake-update / flake-update check (push) Has been cancelled
flake-update / flake-update (push) Has been cancelled
nodes / nodes-home-home-base (push) Failing after 24s
nodes / nodes check (push) Failing after 1m30s
nodes / nodes-home-home-graphical (push) Failing after 43s
nodes / nodes-home-home-neovim (push) Failing after 23s
nodes / nodes-nixos-mei (push) Failing after 23s
nodes / nodes-home-home-shell (push) Failing after 45s
nodes / nodes-nixos-mai (push) Failing after 44s
This commit is contained in:
parent
69d80bde5b
commit
6fe1921360
6 changed files with 82 additions and 43 deletions
2
.github/workflows/flake-update.yml
vendored
2
.github/workflows/flake-update.yml
vendored
|
|
@ -5,6 +5,7 @@ env:
|
|||
CI_CONFIG: ./ci/flake-cron.nix
|
||||
CI_PLATFORM: gh-actions
|
||||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
jobs:
|
||||
ci-check:
|
||||
name: flake-update check
|
||||
|
|
@ -52,6 +53,7 @@ jobs:
|
|||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
NF_UPDATE_GIT_COMMIT: '1'
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
id: flake-update
|
||||
name: flake update build
|
||||
run: nix run .#nf-update
|
||||
|
|
|
|||
7
.github/workflows/nodes.yml
vendored
7
.github/workflows/nodes.yml
vendored
|
|
@ -5,6 +5,7 @@ env:
|
|||
CI_CONFIG: ./ci/nodes.nix
|
||||
CI_PLATFORM: gh-actions
|
||||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
jobs:
|
||||
ci-check:
|
||||
name: nodes check
|
||||
|
|
@ -51,6 +52,7 @@ jobs:
|
|||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
id: home-base
|
||||
name: build home closure for home-base
|
||||
run: nix run .#nf-build-system -- homeConfigurations.home-base.activationPackage
|
||||
|
|
@ -113,6 +115,7 @@ jobs:
|
|||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
id: home-graphical
|
||||
name: build home closure for home-graphical
|
||||
run: nix run .#nf-build-system -- homeConfigurations.home-graphical.activationPackage
|
||||
|
|
@ -175,6 +178,7 @@ jobs:
|
|||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
id: home-neovim
|
||||
name: build home closure for home-neovim
|
||||
run: nix run .#nf-build-system -- homeConfigurations.home-neovim.activationPackage
|
||||
|
|
@ -237,6 +241,7 @@ jobs:
|
|||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
id: home-shell
|
||||
name: build home closure for home-shell
|
||||
run: nix run .#nf-build-system -- homeConfigurations.home-shell.activationPackage
|
||||
|
|
@ -299,6 +304,7 @@ jobs:
|
|||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
id: mai
|
||||
name: build system closure for mai
|
||||
run: nix run .#nf-build-system -- nixosConfigurations.mai.config.system.build.toplevel
|
||||
|
|
@ -361,6 +367,7 @@ jobs:
|
|||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
id: mei
|
||||
name: build system closure for mei
|
||||
run: nix run .#nf-build-system -- nixosConfigurations.mei.config.system.build.toplevel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue