Compare commits

..
4 Commits
Author SHA1 Message Date
hektor 7295fd5af5 refactor(nvim): use nixpkgs 'helm-ls-nvim'
check / lint (push) Failing after 17s
2026-08-25 12:28:01 +02:00
hektor 859d358f35 chore(flake): update nvim lockfile 2026-08-25 12:05:48 +02:00
hektor b1a3e41cf9 chore(nvim): drop 'mcp-hub' 2026-08-25 12:05:30 +02:00
hektor 0fc88c2d79 chore(flake): unshallow hecuba-services
check / lint (push) Successful in 46s
2026-08-25 11:11:39 +02:00
2 changed files with 223 additions and 2 deletions
+221
View File
@@ -1,5 +1,141 @@
{
"nodes": {
"crane": {
"locked": {
"lastModified": 1769287525,
"narHash": "sha256-gABuYA6BzoRMLuPaeO5p7SLrpd4qExgkwEmYaYQY4bM=",
"owner": "ipetkov",
"repo": "crane",
"rev": "0314e365877a85c9e5758f9ea77a9972afbb4c21",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_3": {
"inputs": {
"systems": "systems_3"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitlab-nvim": {
"inputs": {
"flake-utils": "flake-utils",
"gomod2nix": "gomod2nix",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1787035587,
"narHash": "sha256-do8FBSzDN72CegG7L4CpDd4xcp2TjM4i/gRyOtNilqs=",
"owner": "harrisoncramer",
"repo": "gitlab.nvim",
"rev": "1732720cc684980276030f8c3d91eb806ca5d851",
"type": "github"
},
"original": {
"owner": "harrisoncramer",
"repo": "gitlab.nvim",
"type": "github"
}
},
"gomod2nix": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": [
"gitlab-nvim",
"nixpkgs"
]
},
"locked": {
"lastModified": 1770585520,
"narHash": "sha256-yBz9Ozd5Wb56i3e3cHZ8WcbzCQ9RlVaiW18qDYA/AzA=",
"owner": "nix-community",
"repo": "gomod2nix",
"rev": "1201ddd1279c35497754f016ef33d5e060f3da8d",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "gomod2nix",
"type": "github"
}
},
"kubectl-nvim": {
"inputs": {
"crane": "crane",
"flake-utils": "flake-utils_3",
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1786002255,
"narHash": "sha256-YqCE4qM/tLrDByljTDGhgt9X0sOTRPY3voc1apQlLzg=",
"owner": "Ramilito",
"repo": "kubectl.nvim",
"rev": "dfd25c503f6ee4a769f53a0a8aab8e8fde0ff180",
"type": "github"
},
"original": {
"owner": "Ramilito",
"repo": "kubectl.nvim",
"type": "github"
}
},
"nixCats": {
"locked": {
"lastModified": 1777273601,
@@ -47,6 +183,22 @@
"type": "github"
}
},
"plugins-diffview-nvim": {
"flake": false,
"locked": {
"lastModified": 1787574526,
"narHash": "sha256-twlMCrNKlkuoT3aQtZHVAZNw5zv1Y9McFYBt8+KgHZ4=",
"owner": "dlyongemallo",
"repo": "diffview.nvim",
"rev": "30afab604a0abe02dfd19e6fbb9153fd26fd2eb3",
"type": "github"
},
"original": {
"owner": "dlyongemallo",
"repo": "diffview.nvim",
"type": "github"
}
},
"plugins-nvimkit-nvim": {
"flake": false,
"locked": {
@@ -97,13 +249,82 @@
},
"root": {
"inputs": {
"gitlab-nvim": "gitlab-nvim",
"kubectl-nvim": "kubectl-nvim",
"nixCats": "nixCats",
"nixpkgs": "nixpkgs",
"plugins-beancount-nvim": "plugins-beancount-nvim",
"plugins-diffview-nvim": "plugins-diffview-nvim",
"plugins-nvimkit-nvim": "plugins-nvimkit-nvim",
"plugins-shipwright-nvim": "plugins-shipwright-nvim",
"plugins-tailwind-fold-nvim": "plugins-tailwind-fold-nvim"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": [
"kubectl-nvim",
"nixpkgs"
]
},
"locked": {
"lastModified": 1769568593,
"narHash": "sha256-vf3cZf8imUlPzFtICa1uyReDzoPV0XhHOIRM3tqI5VY=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "6fe5039018d05cee5d01dda7df1c0846fb7943a4",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
+2 -2
View File
@@ -55,7 +55,7 @@
];
};
mkDependencyOverlays = [
mkDependencyOverlays = system: [
(utils.standardPluginOverlay inputs)
(_: prev: {
luajitPackages = prev.luajitPackages.overrideScope (
@@ -216,7 +216,7 @@
forEachSystem (
system:
let
dependencyOverlays = mkDependencyOverlays;
dependencyOverlays = mkDependencyOverlays system;
nixCatsBuilder = utils.baseBuilder luaPath {
inherit
nixpkgs