1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00
This commit is contained in:
Robin Appelman 2024-05-06 18:39:49 +02:00
commit 0aaf5db8e5
2 changed files with 2 additions and 1 deletions

View file

@ -10,5 +10,4 @@ final: prev: {
${final.rustfmt}/bin/rustfmt $out
'';
demostf-parser-schema = final.callPackage ./schema.nix {};
}