Skip to content

conf: add mars (and nix-darwin) #699

conf: add mars (and nix-darwin)

conf: add mars (and nix-darwin) #699

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@v15
- name: Setup magic-nix-cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build ${{ matrix.package }}
run: nix build .#${{ matrix.package }}