Skip to content

typeahead: preparation for something that doesn't work rn #33

typeahead: preparation for something that doesn't work rn

typeahead: preparation for something that doesn't work rn #33

Workflow file for this run

name: Nix-Git
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Set up Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Set up Cachix
uses: cachix/cachix-action@v15
with:
name: walker-git
authToken: '${{ secrets.CACHIX_GIT_AUTH_TOKEN }}'
- name: Build default package
run: nix build -L --extra-substituters "https://walker-git.cachix.org" .#default