mission-control: Remove now-redundant lib.getExe

This commit is contained in:
Sridhar Ratnakumar 2023-03-28 14:50:53 -04:00
parent de6a5534fd
commit 60f6d56bb5

View file

@ -74,7 +74,7 @@
};
fmt = {
description = "Format the source tree";
exec = "${lib.getExe config.treefmt.build.wrapper}";
exec = config.treefmt.build.wrapper;
category = "Dev Tools";
};
run = {