mirror of
https://github.com/c-cube/linol.git
synced 2025-12-15 07:16:17 -05:00
git-subtree-dir: thirdparty/lsp git-subtree-split: aae6986391a8519de3da6a7a341f2bd3376e0d2f
21 lines
458 B
YAML
21 lines
458 B
YAML
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@v4
|
|
- uses: cachix/install-nix-action@v30
|
|
with:
|
|
nix_path: nixpkgs=channel:nixos-unstable
|
|
- uses: DeterminateSystems/update-flake-lock@v24
|
|
with:
|
|
pr-labels: |
|
|
dependencies
|
|
no changelog
|