Skip to content

Update

Update #50350

Workflow file for this run

name: "Update"
concurrency: update-advance
on:
schedule:
- cron: '0 */1 * * *'
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup-nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
accept-flake-config = true
- name: prepare
run: nix develop -c .github/init
- name: update
env:
CACHIX_SIGNING_KEY_NIXPKGS_WAYLAND: "${{ secrets.cachix_signing_key_nixpkgs_wayland }}"
run: nix develop -c ./main.nu update