1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

newer demo for codegen

This commit is contained in:
Robin Appelman 2024-01-31 20:23:03 +01:00 committed by Bash
commit d1bf28809a
4 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
lib,
}: let
inherit (lib.sources) sourceByRegex;
src = sourceByRegex ./. ["Cargo.*" "(src|benches|tests|test_data)(/.*)?"];
src = sourceByRegex ./. ["Cargo.*" "(src|benches)(/.*)?"];
in
rustPlatform.buildRustPackage {
pname = "demostf-parser-codegen";