This commit is contained in:
2022-05-21 01:09:28 +01:00
parent f77c16ad28
commit 631b1da7ef
2 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
postBuild = ''
wrapProgram $out/bin/idea-ultimate --prefix PATH : ${symlinkJoin {
name = "rust-toolchain";
paths = [rustc cargo];
paths = [rustc cargo rustfmt];
}}/bin
'';
};