Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Implement spinoff branch command (#445) #310

feat: Implement spinoff branch command (#445)

feat: Implement spinoff branch command (#445) #310

Workflow file for this run

# Publish the Nix flake outputs to Cachix
name: Cachix
on:
push:
branches:
- master
jobs:
publish:
name: Publish Flake
runs-on: ubuntu-latest
environment: release
steps:
- name: Checkout sources
uses: actions/checkout@v5
- name: Install nix
uses: cachix/install-nix-action@v30
- name: Authenticate with Cachix
uses: cachix/cachix-action@v16
with:
name: gitu
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build nix flake
run: nix build -L