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