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:
parent
e63244d264
commit
bdf99cc145
2 changed files with 8 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue