Skip to content

chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.22 in the patch-updates group across 1 directory #63

chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.22 in the patch-updates group across 1 directory

chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.22 in the patch-updates group across 1 directory #63

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