Skip to content

Update flake.lock

Update flake.lock #19

Workflow file for this run

name: "Build and Cache"
on:
workflow_dispatch:
pull_request:
push:
paths:
- "flake.nix"
- "flake.lock"
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-15-intel, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: runeword-neovim
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build --accept-flake-config .