Skip to content

feat: allow to configure link MTU #25

feat: allow to configure link MTU

feat: allow to configure link MTU #25

Workflow file for this run

name: "NixOS derivation tests"
on:
pull_request:
push:
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build -E 'with import <nixpkgs> {}; pkgs.callPackage ./default.nix {}'
flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check