Skip to content

Commit

Permalink
only build parser
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Mar 29, 2024
1 parent a05851b commit 2bf87df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parser.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ in
hash = "sha256-V0rm9pVfZUGPrD3raOJ7O6EQkbxVG6cIquWvdFkGPgM=";
};

cargoBuildFlags = ''
--bin parse_demo
'';

doCheck = false;

cargoLock = {
Expand Down

0 comments on commit 2bf87df

Please sign in to comment.