Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

chore(deps): bump DeterminateSystems/flake-checker-action from 9 to 1… #739

chore(deps): bump DeterminateSystems/flake-checker-action from 9 to 1…

chore(deps): bump DeterminateSystems/flake-checker-action from 9 to 1… #739

Workflow file for this run

name: "Cachix"
on:
push:
jobs:
cachix:
runs-on: ubuntu-latest
strategy:
matrix:
package: ["ght"]
steps:
- name: Checkout flake
uses: actions/checkout@v4
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v17
- name: Build ${{ matrix.package }}
run: nix build .#${{ matrix.package }}