This commit is contained in:
Martin Pander
2026-06-20 12:44:53 +02:00
parent 3c42fdedf8
commit 3edee1b0f6
5 changed files with 153 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, inputs, ... }:
let
cfg = config.dot.llm;
@@ -40,6 +40,7 @@ in
visidata
codespelunker
jq
inputs.hunk.packages.${pkgs.stdenv.hostPlatform.system}.hunk
];
}