mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 08:03:44 +00:00
Add netty-specific worktree helper commands and a zsh wrapper that creates sibling worktrees and cds into them. Also split script packaging so Darwin keeps the existing wt integration while netty gets git-worktree-based helpers. Co-authored-by: Codex <noreply@openai.com>
6 lines
72 B
Nix
6 lines
72 B
Nix
{...}: {
|
|
imports = [
|
|
./common.nix
|
|
./netty-worktree.nix
|
|
];
|
|
}
|