Skip to content

Update nix flake

Update nix flake #94

Workflow file for this run

name: Update nix flake
on:
workflow_dispatch: {}
schedule:
- cron: '0 4 * * 1'
jobs:
updating-nix:
name: Updating nix flake
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- uses: DeterminateSystems/nix-installer-action@main
- run: nix develop .#nix-update -c nix-update