Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

flake.lock: Update

flake.lock: Update #21

Workflow file for this run

name: build
on:
workflow_dispatch:
pull_request:
paths:
- "flake.lock"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Setup Cachix
uses: cachix/cachix-action@v14
with:
name: wezterm-nightly
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build
run: |
nix build --accept-flake-config --json \
| jq -r '.[].outputs | to_entries[].value' \
| cachix push wezterm-nightly