mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
idek
This commit is contained in:
parent
482ec8e00a
commit
b2489ca8f0
3 changed files with 18 additions and 11 deletions
|
|
@ -32,7 +32,6 @@
|
|||
};
|
||||
dependancies = with pkgs; [
|
||||
ripgrep
|
||||
lazygit
|
||||
];
|
||||
full-dependancies = with pkgs; [
|
||||
gopls
|
||||
|
|
@ -85,6 +84,9 @@
|
|||
apps.full = flake-utils.lib.mkApp {
|
||||
drv = packages.full; name = "neovim"; exePath = "/bin/nvim";
|
||||
};
|
||||
apps.minimal = flake-utils.lib.mkApp {
|
||||
drv = packages.minimal; name = "neovim"; exePath = "/bin/nvim";
|
||||
};
|
||||
apps.default = apps.full;
|
||||
packages.default = packages.full;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue