Version 0.1.1 updates
Update the code version to 0.1.1 No actual code changes, just updating pins and other stuff Updating nix pins and versions Attempting to fix Gitlab CI
This commit is contained in:
@@ -77,6 +77,10 @@
|
||||
pre-commit = inputs.hooks.lib.${inputs'.system}.run {
|
||||
src = ./.;
|
||||
excludes = [ ".*\\.txt" ];
|
||||
settings.rust = {
|
||||
check.cargoDeps = pkgs.rustPlatform.importCargoLock { lockFile = ./Cargo.lock; };
|
||||
cargoManifestPath = "./Cargo.toml";
|
||||
};
|
||||
hooks = {
|
||||
check-added-large-files.enable = true;
|
||||
check-case-conflicts.enable = true;
|
||||
@@ -90,7 +94,13 @@
|
||||
trim-trailing-whitespace.enable = true;
|
||||
# Rust hooks
|
||||
cargo-check.enable = true;
|
||||
clippy.enable = true;
|
||||
clippy = {
|
||||
enable = true;
|
||||
extraPackages = [
|
||||
pkgs.pkg-config
|
||||
pkgs.sword
|
||||
];
|
||||
};
|
||||
rustfmt.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user