This commit is contained in:
parent
f8489d5c72
commit
d5033260c9
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
perSystem =
|
|
||||||
{ inputs', pkgs, ... }:
|
|
||||||
{
|
|
||||||
packages = {
|
|
||||||
default = pkgs.mkShell { buildInputs = with pkgs; [ just ]; };
|
|
||||||
|
|
||||||
neovim = inputs'.nixvim.legacyPackages.makeNixvimWithModule {
|
|
||||||
inherit pkgs;
|
|
||||||
|
|
||||||
module = config.flake.modules.nixvim.custom;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue