mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
feat(dev): add pinned openhands cli flake app
This commit is contained in:
parent
6af94e54d5
commit
b58906f0e5
3 changed files with 79 additions and 2 deletions
5
justfile
5
justfile
|
|
@ -99,6 +99,11 @@ pkgs:
|
|||
options:
|
||||
@xdg-open https://search.nixos.org/options
|
||||
|
||||
# Run OpenHands CLI via flake app (requires a local Docker runtime)
|
||||
[group('tools')]
|
||||
openhands-cli *ARGS='':
|
||||
@nix run .#openhands-cli -- {{ARGS}}
|
||||
|
||||
# NixOS-rebuild switch for the current system
|
||||
[group('nixos')]
|
||||
switch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue