Skip to content

feat: add loads of cli tools, add logiops config for MX Vertical mous… #2

feat: add loads of cli tools, add logiops config for MX Vertical mous…

feat: add loads of cli tools, add logiops config for MX Vertical mous… #2

Workflow file for this run

name: Nix
on: [push, pull_request]
jobs:
build:
name: Check flake and upload build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check flake structure
run: nix flake check