Skip to content

[code] Various code fixes and cleanups. Port the gain object to avend… #34

[code] Various code fixes and cleanups. Port the gain object to avend…

[code] Various code fixes and cleanups. Port the gain object to avend… #34

Workflow file for this run

name: Nix build
on: push
jobs:
nix:
name: Nix
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install nix
uses: cachix/install-nix-action@v24
- name: Build
run: |
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update
nix-build -E 'with import <nixpkgs> {}; qt6.callPackage ./ci/nix.build.nix {}'