feat: use jj-starship

This commit is contained in:
Jet 2026-05-31 14:42:16 -07:00
parent 10ca6d6e8c
commit 77d8cf1b36
No known key found for this signature in database
4 changed files with 51 additions and 3 deletions

View file

@ -62,6 +62,8 @@
inputs.helix.overlays.default
opencode.overlays.default
(final: prev: {
jj-starship = prev.callPackage ./pkgs/jj-starship.nix { };
# opencode's dev branch asks for Bun 1.3.14, but this revision builds and runs with nixpkgs' Bun 1.3.13.
opencode = prev.opencode.overrideAttrs (old: {
postPatch = (old.postPatch or "") + ''