Skip to content

fix(embed): fall back to iptables-legacy when nft backend is unsuppor… #34

fix(embed): fall back to iptables-legacy when nft backend is unsuppor…

fix(embed): fall back to iptables-legacy when nft backend is unsuppor… #34

Workflow file for this run

name: Nix
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: nix-${{ github.ref }}
cancel-in-progress: true
env:
# https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
flake-check:
name: Flake Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
- run: nix flake check
build:
name: Build
needs: flake-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
- run: nix build