home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 95dc4bb68059b758a689b3ec48b38d8dfaab0aa4
parent 847bdfa9d4e8eb42c9f8159dcc63fcddabb667f3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  1 Dec 2023 12:07:59 +0100

.github: add dependabot and update build-systems

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
A.github/dependabot.yaml | 6++++++
M.github/workflows/build-systems.yaml | 4++--
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/build-systems.yaml b/.github/workflows/build-systems.yaml @@ -1,10 +1,10 @@ name: Nix Flake actions on: + workflow_dispatch: {} pull_request: push: branches: - - master - main jobs: @@ -43,6 +43,6 @@ jobs: - uses: cachix/install-nix-action@v23 - uses: cachix/cachix-action@v12 with: - name: chapeau-rouge + name: vdemeester authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix build -L ".#nixosConfigurations.${{ matrix.name }}.config.system.build.toplevel"