From a0db0bbda806cd655fb77a7978a1b5e56ceb6d57 Mon Sep 17 00:00:00 2001 From: Mirko Lenz Date: Sun, 16 Feb 2025 12:45:10 +0100 Subject: [PATCH] chore: nix fmt --- flake-modules/nixvim.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake-modules/nixvim.nix b/flake-modules/nixvim.nix index 9f4425c..9884fe8 100644 --- a/flake-modules/nixvim.nix +++ b/flake-modules/nixvim.nix @@ -54,8 +54,6 @@ in nvim = pkgs.nixvim-unstable; inherit (pkgs) link-nixvim; }; - nixvimConfigurations = lib.genAttrs [ "unstable" ] ( - channel: mkNixvim { inherit channel system; } - ); + nixvimConfigurations = lib.genAttrs [ "unstable" ] (channel: mkNixvim { inherit channel system; }); }; }