1 2 3 4 5 6 7 8 9
{ perSystem = { config, ... }: { checks = { inherit (config.packages) cargo-clippy cargo-fmt; }; }; }