Fixed typo

This commit is contained in:
isaacST08 2025-01-23 19:50:17 -07:00
commit 13da2ae755

View file

@ -211,7 +211,7 @@ in {
name = "tectonic";
args = collateArgs cfg.build;
package = cfg.build.builders.tectonic.package;
executable = cfg.build.builders.tectonic.package;
executable = cfg.build.builders.tectonic.executable;
};
};
}