Remove redundant parentheses

This commit is contained in:
Oliver Davies 2025-06-21 00:49:30 +01:00
parent d7491eac61
commit 8b48ed5e62

View file

@ -7,7 +7,7 @@
outputs = outputs =
inputs@{ flake-parts, ... }: inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } ({ flake-parts.lib.mkFlake { inherit inputs; } {
systems = [ "x86_64-linux" ]; systems = [ "x86_64-linux" ];
imports = [ imports = [
@ -69,5 +69,5 @@
formatter = pkgs.nixfmt-rfc-style; formatter = pkgs.nixfmt-rfc-style;
}; };
}); };
} }