flake: checks: remove unused arguments

This commit is contained in:
Bruno BELANYI 2023-03-22 10:43:55 +00:00
parent 606cd8cf84
commit d8c19d45ad

View file

@ -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;