flake reorg, nix integration testing

This commit is contained in:
Robin Appelman 2024-12-24 15:52:24 +01:00
commit 5cfd70d583
14 changed files with 3221 additions and 145 deletions

5
nix/overlay.nix Normal file
View file

@ -0,0 +1,5 @@
final: prev: {
demostf-api = final.callPackage ./demostf-api.nix {};
demostf-parser = final.callPackage ./demostf-parser.nix {};
test-runner = final.callPackage ./test-runner.nix {};
}