summaryrefslogtreecommitdiff
path: root/pkgs/neovide-git.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-22 12:50:08 -0400
committertriethyl <triethylammonium@pm.me>2025-07-22 12:50:08 -0400
commit6fae3be80b67abfda8e475542625169dd6e77f31 (patch)
treeabfeafd6a3e3922394f0827149a3fcebdf8d2c42 /pkgs/neovide-git.nix
parent50018aa0305bd2c5cf91431c128895fc0121d2fa (diff)
working on custom neovim
Diffstat (limited to 'pkgs/neovide-git.nix')
-rw-r--r--pkgs/neovide-git.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/neovide-git.nix b/pkgs/neovide-git.nix
deleted file mode 100644
index 5b67118..0000000
--- a/pkgs/neovide-git.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{pkgs}:
-pkgs.neovide.overrideAttrs (old: {
- version = "git";
- src = pkgs.fetchFromGitHub {
- owner = "neovide";
- repo = "neovide";
- rev = "627956990b4d85a2a98a13e0c50da2155d15cd72";
- sha256 = "sha256-WwLEL6GyLLPbGEJrpSRLTJr+CqevZZ5MBZNUbXLWn3I=";
- };
-})