diff --git a/flake.lock b/flake.lock index 7c3eb0a..64c5de5 100644 --- a/flake.lock +++ b/flake.lock @@ -154,22 +154,6 @@ "type": "github" } }, - "neovim": { - "flake": false, - "locked": { - "lastModified": 1759803648, - "narHash": "sha256-huTBuxpjC7NoHfDI5TfroSghWjFyfUcSQWQznWu/J6c=", - "owner": "neovim", - "repo": "neovim", - "rev": "a4006360f1d43211ec9abf5b869f49e082ab82e7", - "type": "github" - }, - "original": { - "owner": "neovim", - "repo": "neovim", - "type": "github" - } - }, "nix-ai-tools": { "inputs": { "blueprint": "blueprint", @@ -221,27 +205,6 @@ "type": "github" } }, - "nvim-bundle": { - "inputs": { - "neovim": "neovim", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1760095651, - "narHash": "sha256-daoV2w+Fb4MeUmGleuSRl9SV3GTqxvIL7QJ17O4RwWI=", - "owner": "jla2000", - "repo": "nvim-bundle", - "rev": "22183d391ee0805d77f38d69cc4cbf7d377a3e06", - "type": "github" - }, - "original": { - "owner": "jla2000", - "repo": "nvim-bundle", - "type": "github" - } - }, "root": { "inputs": { "darwin": "darwin", @@ -249,7 +212,6 @@ "home-manager": "home-manager", "nix-ai-tools": "nix-ai-tools", "nixpkgs": "nixpkgs_2", - "nvim-bundle": "nvim-bundle", "sops-nix": "sops-nix", "zig-overlay": "zig-overlay" } diff --git a/flake.nix b/flake.nix index 49a22dc..f3b4fc4 100644 --- a/flake.nix +++ b/flake.nix @@ -12,9 +12,6 @@ ghostty.url = "github:ghostty-org/ghostty"; ghostty.inputs.nixpkgs.follows = "nixpkgs"; - nvim-bundle.url = "github:jla2000/nvim-bundle"; - nvim-bundle.inputs.nixpkgs.follows = "nixpkgs"; - nix-ai-tools.url = "github:numtide/nix-ai-tools"; nix-ai-tools.inputs.nixpkgs.follows = "nixpkgs";