Skip to content

flake: update lock #1095

flake: update lock

flake: update lock #1095

Workflow file for this run

name: "ci"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install nix
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- name: check flake
run: nix flake check -v --show-trace
timeout-minutes: 90