Merge branch 'ci-checks' into 'main'
chore: set up more checks through Nix See merge request kernald/reddit-magnet!31
This commit is contained in:
commit
f19e02988f
1 changed files with 11 additions and 0 deletions
11
flake.nix
11
flake.nix
|
|
@ -40,6 +40,9 @@
|
|||
# TOML
|
||||
check-toml.enable = true;
|
||||
|
||||
# YAML
|
||||
check-yaml.enable = true;
|
||||
|
||||
# Nix
|
||||
deadnix.enable = true;
|
||||
flake-checker.enable = true;
|
||||
|
|
@ -57,6 +60,14 @@
|
|||
pkg-config
|
||||
];
|
||||
};
|
||||
rustfmt.enable = true;
|
||||
cargo-check = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
pkg-config
|
||||
openssl
|
||||
];
|
||||
};
|
||||
|
||||
# SQL
|
||||
sqlfluff = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue