Ajouter .gitea/workflows/Build Framework
All checks were successful
Check config / build (push) Successful in 9m45s
All checks were successful
Check config / build (push) Successful in 9m45s
This commit is contained in:
parent
39f738ac97
commit
0550bec1a9
24
.gitea/workflows/Build Framework
Normal file
24
.gitea/workflows/Build Framework
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
name: Bump Flake
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 3 1 * *" # At 3 on the first day of the month (Monday)
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
bump:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Install nix
|
||||||
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
||||||
|
- name: Build bumped flake (only one host)
|
||||||
|
run: nix build .\#nixosConfigurations.FW16.config.system.build.toplevel
|
||||||
|
|
||||||
|
- name: Check bumped flake
|
||||||
|
run: nix flake check
|
||||||
Loading…
x
Reference in New Issue
Block a user