restore jj/jjui alongside git

This commit is contained in:
2026-03-01 14:57:44 +00:00
parent 31a5057517
commit f090642bf8
14 changed files with 180 additions and 84 deletions

7
overlays/jj-ryu.nix Normal file
View File

@@ -0,0 +1,7 @@
{inputs}: final: prev: {
jj-ryu =
import ../lib/build-rust-package.nix {
inherit prev;
input = inputs.jj-ryu;
};
}

1
overlays/jj-starship.nix Normal file
View File

@@ -0,0 +1 @@
{inputs}: inputs.jj-starship.overlays.default