Skip to content

Build the nix derivation in CI #5

Build the nix derivation in CI

Build the nix derivation in CI #5

Workflow file for this run

name: Build the nix derivation
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix with cached packages
uses: rikhuijzer/[email protected]
with:
key: nix-${{ hashFiles('.github/workflows/build.yml', 'default.nix', 'nix/**') }}
nix_file: nix/github-workflow-dependencies.nix
- name: Build
run: nix-build