Compare commits

..

No commits in common. "f08f14b09d4b321febd5ce1ccdc31a2d90714756" and "8a87841d6161777630e10b9369ec2574f2d8b809" have entirely different histories.

3 changed files with 40 additions and 42 deletions

View File

@ -2,4 +2,4 @@
sudo darwin-rebuild --flake ./nix/base-system $*
update-input-%:
nix flake update $* ./nix/base-system/
nix flake lock --update-input $* ./nix/base-system/

View File

@ -20,38 +20,6 @@
"type": "github"
}
},
"avante-src": {
"flake": false,
"locked": {
"lastModified": 1746602870,
"narHash": "sha256-REBOplEe2muqfVLwcpTAmXpTrHlzSfhbh8T0litDTDA=",
"owner": "yetone",
"repo": "avante.nvim",
"rev": "113913355a6b9c0fbd62cf52d0cf3e5671d0e34a",
"type": "github"
},
"original": {
"owner": "yetone",
"repo": "avante.nvim",
"type": "github"
}
},
"claude-code-nvim-src": {
"flake": false,
"locked": {
"lastModified": 1749595024,
"narHash": "sha256-jKWm3lN5nyZ1BsIKMFt4EQhb0n+iyEyOw79Rj/A3yZI=",
"owner": "greggh",
"repo": "claude-code.nvim",
"rev": "275c47615f4424a0329290ce1d0c18a8320fd8b0",
"type": "github"
},
"original": {
"owner": "greggh",
"repo": "claude-code.nvim",
"type": "github"
}
},
"clio-flake": {
"inputs": {
"flake-compat": "flake-compat",
@ -78,8 +46,6 @@
},
"custom-flakes": {
"inputs": {
"avante-src": "avante-src",
"claude-code-nvim-src": "claude-code-nvim-src",
"d2-vim-src": "d2-vim-src",
"flake-utils": "flake-utils_3",
"gomod2nix-src": "gomod2nix-src",
@ -96,14 +62,16 @@
"rust-overlay": "rust-overlay_3",
"tree-sitter-cli-src": "tree-sitter-cli-src",
"treesitter-context": "treesitter-context",
"victoria-logs-src": "victoria-logs-src",
"victoria-metrics-src": "victoria-metrics-src",
"zig-src": "zig-src"
},
"locked": {
"lastModified": 1751479151,
"narHash": "sha256-JxS2yHOiScQQOk8YvK4UAGx68iQJXKnL5qNvV0+9s9A=",
"lastModified": 1746458473,
"narHash": "sha256-3FFhJ18MJFlHHI1YaMKRwXURcQjmLenxIcLFtr+CjGI=",
"owner": "zaphar",
"repo": "nix-flakes",
"rev": "0442ff179bd8e82ca3fe713d22e258c89f9caccc",
"rev": "91588e10769e706024d8d03ebb4958c89e00c264",
"type": "github"
},
"original": {
@ -1755,6 +1723,40 @@
"type": "indirect"
}
},
"victoria-logs-src": {
"flake": false,
"locked": {
"lastModified": 1742084154,
"narHash": "sha256-Oxy4MntciWUij83zyHixlEDa1DgeG/2ntNN+Nbw8xJg=",
"owner": "VictoriaMetrics",
"repo": "VictoriaMetrics",
"rev": "771233ebcd706578c44ed82047c714381a75ab5a",
"type": "github"
},
"original": {
"owner": "VictoriaMetrics",
"ref": "v1.17.0-victorialogs",
"repo": "VictoriaMetrics",
"type": "github"
}
},
"victoria-metrics-src": {
"flake": false,
"locked": {
"lastModified": 1742560966,
"narHash": "sha256-iOeGz0qDeKMdafTDqI4/IMkXZ6KLdMDtFie3jwv2uvU=",
"owner": "VictoriaMetrics",
"repo": "VictoriaMetrics",
"rev": "e950846534ea594940a0f69845ef60a053c98ffd",
"type": "github"
},
"original": {
"owner": "VictoriaMetrics",
"ref": "v1.114.0",
"repo": "VictoriaMetrics",
"type": "github"
}
},
"zig-src": {
"flake": false,
"locked": {

View File

@ -79,7 +79,6 @@
vimModule = system: let
nil-pkg = nil-flake.packages."${system}".default;
mcp-hub-binary = custom-flakes.packages."${system}".mcp-hub;
claude-code-binary = custom-flakes.packages."${system}".claude-code;
in
{ config, pkgs, ...}: let
unstablePkgs = import unstable { inherit system; };
@ -90,7 +89,6 @@
#nvim-bnf = custom-flakes.packages."${system}".nvim-bnf;
roslyn-nvim = custom-flakes.packages."${system}".roslyn-nvim;
ionide-nvim = custom-flakes.packages."${system}".ionide-nvim;
claude-code-nvim = custom-flakes.packages."${system}".claude-code-nvim;
# TODO(zaphar): Until nixpkgs update to a newer version of tree-sitter the queries will be wrong
# for csharp
#tree-sitter-csharp = pkgs.callPackage ./nvim-treesitter-csharp.nix {
@ -201,7 +199,6 @@ EOF";
vim-dasht
direnv-vim
mcphub-nvim
claude-code-nvim
]) ++ [
d2-vim
hunk-nvim
@ -227,7 +224,6 @@ EOF";
devenv
unstablePkgs.fq
mcp-hub-binary
claude-code-binary
]);
};
};