summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/flake.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-13 14:51:46 -0400
committertriethyl <triethylammonium@pm.me>2025-07-13 14:51:46 -0400
commitfa2d77c6627e8715025dfba2c4814d2d24d0f6f7 (patch)
tree2bfc175eca036bee498a168534a65ce0910040f2 /pkgs/custom-neovim/flake.nix
parentdacca9aa76fc197c318305627a6dbf05f384519c (diff)
parent9a06380449c98e374d2db1f9a477614d82f9ff91 (diff)
Merge branch 'pkgs/custom-neovim'
Diffstat (limited to 'pkgs/custom-neovim/flake.nix')
-rw-r--r--pkgs/custom-neovim/flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/custom-neovim/flake.nix b/pkgs/custom-neovim/flake.nix
index e421c25..dfb4eb9 100644
--- a/pkgs/custom-neovim/flake.nix
+++ b/pkgs/custom-neovim/flake.nix
@@ -23,9 +23,6 @@
packages.default = pkgs.callPackage ./default.nix {inherit inputs;};
devShells.default = pkgs.mkShell {
packages = with pkgs; [
- fennel
- fennel-ls
- luaPackages.readline
];
};
}