nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/frb_codegen/src/commands.rs b/frb_codegen/src/commands.rs
2index 91b05ca..41aba36 100644
3--- a/frb_codegen/src/commands.rs
4+++ b/frb_codegen/src/commands.rs
5@@ -174,8 +174,6 @@ fn ffigen(
6 let repo = DartRepository::from_str(dart_root).unwrap();
7 let res = command_run!(
8 call_shell[Some(dart_root)],
9- *repo.toolchain.as_run_command(),
10- "run",
11 "ffigen",
12 "--config",
13 config_file.path()
14@@ -229,8 +227,6 @@ pub fn build_runner(dart_root: &str) -> Result {
15 let repo = DartRepository::from_str(dart_root).unwrap();
16 let out = command_run!(
17 call_shell[Some(dart_root)],
18- *repo.toolchain.as_run_command(),
19- "run",
20 "build_runner",
21 "build",
22 "--delete-conflicting-outputs",
23--
242.47.1
25