Commit 95dc4bb68059
Changed files (2)
.github
workflows
.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"
.github/dependabot.yaml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"