flake: checks: remove unused arguments
This commit is contained in:
parent
606cd8cf84
commit
d8c19d45ad
|
@ -1,10 +1,10 @@
|
|||
{ self, inputs, ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.pre-commit-hooks.flakeModule
|
||||
];
|
||||
|
||||
perSystem = { system, ... }: {
|
||||
perSystem = { ... }: {
|
||||
pre-commit = {
|
||||
# Add itself to `nix flake check`
|
||||
check.enable = true;
|
||||
|
|
Loading…
Reference in a new issue