mission-control: Remove now-redundant lib.getExe
This commit is contained in:
parent
de6a5534fd
commit
60f6d56bb5
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
};
|
};
|
||||||
fmt = {
|
fmt = {
|
||||||
description = "Format the source tree";
|
description = "Format the source tree";
|
||||||
exec = "${lib.getExe config.treefmt.build.wrapper}";
|
exec = config.treefmt.build.wrapper;
|
||||||
category = "Dev Tools";
|
category = "Dev Tools";
|
||||||
};
|
};
|
||||||
run = {
|
run = {
|
||||||
|
|
Loading…
Reference in a new issue