This commit is contained in:
parent
3e4cc8eca6
commit
f54d82ca22
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
inherit (pkgs) mkShell;
|
inherit (pkgs) mkShell;
|
||||||
|
|
||||||
neovimWithConfig = inputs.nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
nixvim = inputs.nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|
||||||
module = import ./modules/home-manager/coding/neovim/config;
|
module = import ./modules/home-manager/coding/neovim/config;
|
||||||
|
@ -60,9 +60,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
packages.${system} = {
|
packages.${system} = {
|
||||||
default = mkShell { buildInputs = with pkgs; [ just ]; };
|
inherit nixvim;
|
||||||
|
|
||||||
nvim = neovimWithConfig;
|
default = mkShell { buildInputs = with pkgs; [ just ]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
formatter.${system} = pkgs.nixfmt-rfc-style;
|
formatter.${system} = pkgs.nixfmt-rfc-style;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue