Skip to content

browserscan: add IncludeNoDisplay option to control NoDisplay entries #34

browserscan: add IncludeNoDisplay option to control NoDisplay entries

browserscan: add IncludeNoDisplay option to control NoDisplay entries #34

Workflow file for this run

on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
name: Nix
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-switchyard:
name: "Build switchyard"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3
- uses: cachix/cachix-action@v17
with:
name: switchyard
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build switchyard
run: nix build .#switchyard -L
build-sw:
name: "Build sw"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: DeterminateSystems/determinate-nix-action@v3
- uses: cachix/cachix-action@v17
with:
name: switchyard
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build sw
run: nix build .#sw -L