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:
parent
1a549b7c40
commit
cc83dced64
4 changed files with 4 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue