Skip to content

fix: nix develop -c just release-local is not working on clean build #8

fix: nix develop -c just release-local is not working on clean build

fix: nix develop -c just release-local is not working on clean build #8

Workflow file for this run

name: Nix CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
name: Nix Build
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install Nix
uses: cachix/install-nix-action@a809471b5c7c913aa67bec8f459a11a0decc3fce # v31.6.2
- name: Setup Nix GHA Cache
uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13
- name: Build
run: |
nix build .#expert