Add Nix build CICD job

This commit is contained in:
Ethan Girouard 2024-12-15 16:03:35 -05:00
parent 832ba7a03b
commit 817529cbcc
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -73,3 +73,13 @@ jobs:
with:
name: docs
path: target/doc
nix-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Nix
uses: cachix/install-nix-action@v27
- name: Build project with Nix
run: nix build .#default --experimental-features 'nix-command flakes'