Skip to content

Update Nix Flake Lock #56

Update Nix Flake Lock

Update Nix Flake Lock #56

name: Update Nix Flake Lock
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * 0
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/update-flake-lock@v28
with:
pr-labels: |
dependencies
no changelog