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
3
.github/workflows/flake-update.yml
vendored
3
.github/workflows/flake-update.yml
vendored
|
|
@ -6,7 +6,6 @@ env:
|
|||
CI_PLATFORM: gh-actions
|
||||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
NIX_INSTALLER: --daemon
|
||||
jobs:
|
||||
ci-check:
|
||||
name: flake-update check
|
||||
|
|
@ -47,6 +46,8 @@ jobs:
|
|||
- id: nix-install
|
||||
name: nix install
|
||||
uses: arcnmx/ci/actions/nix/install@v0.7
|
||||
with:
|
||||
daemon: true
|
||||
- env:
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
|
|
|
|||
13
.github/workflows/nodes.yml
vendored
13
.github/workflows/nodes.yml
vendored
|
|
@ -6,7 +6,6 @@ env:
|
|||
CI_PLATFORM: gh-actions
|
||||
DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }}
|
||||
NIX_CONFIG: ${{ secrets.NIX_CONFIG }}
|
||||
NIX_INSTALLER: --daemon
|
||||
jobs:
|
||||
ci-check:
|
||||
name: nodes check
|
||||
|
|
@ -47,6 +46,8 @@ jobs:
|
|||
- id: nix-install
|
||||
name: nix install
|
||||
uses: arcnmx/ci/actions/nix/install@v0.7
|
||||
with:
|
||||
daemon: true
|
||||
- env:
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
|
|
@ -106,6 +107,8 @@ jobs:
|
|||
- id: nix-install
|
||||
name: nix install
|
||||
uses: arcnmx/ci/actions/nix/install@v0.7
|
||||
with:
|
||||
daemon: true
|
||||
- env:
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
|
|
@ -165,6 +168,8 @@ jobs:
|
|||
- id: nix-install
|
||||
name: nix install
|
||||
uses: arcnmx/ci/actions/nix/install@v0.7
|
||||
with:
|
||||
daemon: true
|
||||
- env:
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
|
|
@ -224,6 +229,8 @@ jobs:
|
|||
- id: nix-install
|
||||
name: nix install
|
||||
uses: arcnmx/ci/actions/nix/install@v0.7
|
||||
with:
|
||||
daemon: true
|
||||
- env:
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
|
|
@ -283,6 +290,8 @@ jobs:
|
|||
- id: nix-install
|
||||
name: nix install
|
||||
uses: arcnmx/ci/actions/nix/install@v0.7
|
||||
with:
|
||||
daemon: true
|
||||
- env:
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
|
|
@ -342,6 +351,8 @@ jobs:
|
|||
- id: nix-install
|
||||
name: nix install
|
||||
uses: arcnmx/ci/actions/nix/install@v0.7
|
||||
with:
|
||||
daemon: true
|
||||
- env:
|
||||
NF_CONFIG_ROOT: ${{ github.workspace }}
|
||||
NF_UPDATE_CACHIX_PUSH: '1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue