We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config
config.settings
1 parent 00a90e7 commit bc5491dCopy full SHA for bc5491d
modules/hooks.nix
@@ -203,8 +203,8 @@ in
203
};
204
205
config.extraPackages = [
206
- config.settings.packageOverrides.cargo
207
- config.settings.packageOverrides.clippy
+ config.packageOverrides.cargo
+ config.packageOverrides.clippy
208
];
209
});
210
@@ -1348,8 +1348,8 @@ in
1348
1349
1350
1351
1352
- config.settings.packageOverrides.rustfmt
+ config.packageOverrides.rustfmt
1353
1354
1355
0 commit comments