feat: implement Ghidra adapter and Nix integration

This commit is contained in:
hermes 2026-07-28 19:51:32 +00:00
commit c0e540ee76
14 changed files with 1482 additions and 14 deletions

14
.forgejo/workflows/ci.yml Normal file
View file

@ -0,0 +1,14 @@
name: checks
on:
push:
pull_request:
jobs:
flake:
runs-on: x86_64-linux
steps:
- uses: actions/checkout@v4
- run: nix flake check --print-build-logs
- run: nix build .#packages.x86_64-linux.default --print-build-logs
- run: nix run . -- doctor