Skip to content

chore(deps): bump the go-dependencies group across 1 directory with 8 updates #87

chore(deps): bump the go-dependencies group across 1 directory with 8 updates

chore(deps): bump the go-dependencies group across 1 directory with 8 updates #87

Workflow file for this run

name: Build Nix package
on:
workflow_dispatch:
pull_request:
paths:
- go.mod
- go.sum
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Build flake package
env:
NIXPKGS_ALLOW_UNFREE: "1"
run: |
nix build .#pangolin-cli -L --impure