Skip to content

Prepare config for permanent transcoded items #61

Prepare config for permanent transcoded items

Prepare config for permanent transcoded items #61

Workflow file for this run

name: Nix
on: [push]
jobs:
nix:
runs-on: ubuntu-latest
strategy:
matrix:
pkg:
- accentor-web
- accentor-api
- accentor-api.env
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
- name: Build ${{ matrix.pkg }}
run: nix build .#${{ matrix.pkg }}