mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 17:27:22 +08:00
markitdown
This commit is contained in:
parent
798bc72731
commit
2ea7412a88
5 changed files with 6 additions and 6 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ in
|
|||
imports = [
|
||||
landrunModules.gh
|
||||
landrunModules.git
|
||||
landrunModules.markitdown
|
||||
];
|
||||
features = {
|
||||
tty = true;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ in
|
|||
# AI
|
||||
gemini-cli
|
||||
google-cloud-sdk
|
||||
html2text
|
||||
|
||||
# Publishing
|
||||
asciinema
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue