markitdown

This commit is contained in:
Sridhar Ratnakumar 2025-10-13 20:31:21 -04:00
parent 798bc72731
commit 2ea7412a88
5 changed files with 6 additions and 6 deletions

6
flake.lock generated
View file

@ -486,11 +486,11 @@
},
"landrun-nix": {
"locked": {
"lastModified": 1760390904,
"narHash": "sha256-quLBS6P1/cerN6VqCfDE8xuuBpGmaHLKB+Ul0ZCX5oY=",
"lastModified": 1760401824,
"narHash": "sha256-9z10KGbDWO7fP9enu7i2BrvCkOW0gZKO4eZeXk9HoEs=",
"owner": "srid",
"repo": "landrun-nix",
"rev": "f6685736eba963ca6f0711a52cc39b076e286f21",
"rev": "879d3d219588404634e3444d95d442ef6da1d9a8",
"type": "github"
},
"original": {

View file

@ -12,6 +12,7 @@ in
imports = [
landrunModules.gh
landrunModules.git
landrunModules.markitdown
];
features = {
tty = true;

View file

@ -37,7 +37,6 @@ in
# AI
gemini-cli
google-cloud-sdk
html2text
# Publishing
asciinema

View file

@ -20,7 +20,7 @@ let
in
{
home.packages = [
pkgs.nodejs
pkgs.python313Packages.markitdown
flake.inputs.self.packages.${pkgs.system}.claude # Sandboxed version from claude-sandboxed.nix
];
programs.claude-code = {

View file

@ -8,5 +8,5 @@
# Tools
- **gh**: If `gh` is unavailable, get it from nixpkgs, viz.: `nix run nixpkgs#gh`.
- **html2text**: To convert web URLs to plain text, run `curl -k URL | html2text`
- **markitdown**: To convert web URLs to plain text, run `curl -k URL | markitdown`