Skip to content

Commit

Permalink
chore: nix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Feb 16, 2025
1 parent 6b4230f commit a0db0bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake-modules/nixvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; });
};
}

0 comments on commit a0db0bb

Please sign in to comment.