From 7cd5b88c458688838819eab8d9badb1d184aaa2a Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Dec 2025 13:33:26 -0600 Subject: [PATCH] nixovim: disabled auto_install due to problems --- flake.lock | 8 ++++---- flake.nix | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 4da9e20..66bc341 100644 --- a/flake.lock +++ b/flake.lock @@ -464,11 +464,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1766604392, - "narHash": "sha256-KFxdNY1SBdl3dGkRnhLPwFaIM79SmAgwnB1IVS7JpCs=", + "lastModified": 1766604658, + "narHash": "sha256-K1URPneBBDuOakk8YSo5hpZ1QA9YM4v9ohJIkhdtvqw=", "ref": "refs/heads/master", - "rev": "cd9d985e9f946bf47b570fd27ff8fbba40c7e8d3", - "revCount": 76, + "rev": "c92c7fde64029caab52620db60bb6836df158db2", + "revCount": 77, "type": "git", "url": "https://git.sakamoto.dev/kenji/nixovim.git" }, diff --git a/flake.nix b/flake.nix index c6a4080..0f32923 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixovim = { + # FIXME: treesitter does not install automatically (disabled due to read-only problems) url = "git+https://git.sakamoto.dev/kenji/nixovim.git"; inputs.nixpkgs.follows = "nixpkgs"; };