feat: add flake (#85)

* feat: add flake

* fix: pr feedback

* fix: removing dylib for libchat

not used and it was causing the error with panic abort
This commit is contained in:
Pablo Lopez
2026-04-17 16:27:15 +03:00
committed by GitHub
parent 6c7b3a4252
commit df84fc87cf
5 changed files with 154 additions and 1 deletions
+14
View File
@@ -54,3 +54,17 @@ jobs:
- name: Run C FFI smoketest under valgrind
run: make valgrind
working-directory: crates/client-ffi/examples/message-exchange
nix-build:
name: Nix Build
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix build --print-build-logs