nix-config/.gitea/workflows/update-flake-lock.yaml
fuckwit e7940f6177
Some checks failed
update-flake-lock / lockfile (push) Failing after 11m56s
switch docker image to ubuntu-latest and test actions flow
2025-01-09 20:36:18 +01:00

16 lines
415 B
YAML

name: update-flake-lock
on: [push]
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock" # Title of PR to be created