1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-08-02 12:24:52 +02:00

update parser to 0.6.1

This commit is contained in:
Robin Appelman 2025-06-04 18:22:19 +02:00
commit bdf99cc145
2 changed files with 8 additions and 6 deletions

View file

@ -14,6 +14,7 @@
api = pkgs: pkgs.demostf-api;
api-dev = pkgs: pkgs.demostf-api-dev;
api-test = pkgs: pkgs.demostf-api-test;
parser = pkgs: pkgs.demostf-parser;
};
checks = {
integration-tests = pkgs: pkgs.nixosTest (import ./nix/integration-tests.nix);