with recent stuff, maybe no detsys

This commit is contained in:
twoneis 2024-04-28 17:08:48 +02:00
parent f27ba72298
commit 326a8d44af
2 changed files with 0 additions and 37 deletions

View file

@ -1,16 +0,0 @@
name: check-flake
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
check:
name: check-flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4

View file

@ -1,21 +0,0 @@
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 3,6' # runs weekly on Wednesday and Saturday at 00:00
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v1
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v21
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-title: "Update flake.lock"
pr-labels: automated
commit-msg: "update"