nixovim: fixed error at startup

pain in the a**
This commit is contained in:
kenji
2025-12-24 13:28:46 -06:00
parent 7af0cfd06d
commit bf3e18d17c
2 changed files with 25 additions and 264 deletions
-6
View File
@@ -3,11 +3,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -19,7 +14,6 @@
nixovim = {
url = "git+https://git.sakamoto.dev/kenji/nixovim.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
};
};