We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef3d93 commit caa7cbfCopy full SHA for caa7cbf
flake.lock
flake.nix
@@ -12,14 +12,6 @@
12
url = "github:nix-community/naersk";
13
inputs.nixpkgs.follows = "nixpkgs";
14
};
15
- mcp-hub = {
16
- url = "github:ravitemer/mcp-hub";
17
- inputs.nixpkgs.follows = "nixpkgs";
18
- };
19
- mcp-hub-nvim = {
20
- url = "github:ravitemer/mcphub.nvim";
21
22
23
neovim-nix = {
24
url = "github:willruggiano/neovim.nix";
25
inputs.example.follows = "";
@@ -30,7 +22,7 @@
30
url = "github:nix-community/neovim-nightly-overlay";
31
32
33
- nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
+ nixpkgs.url = "github:nixos/nixpkgs";
34
26
rust-overlay = {
35
27
url = "github:oxalica/rust-overlay";
36
28
0 commit comments