diff options
author | Ben Sima <ben@bsima.me> | 2023-10-10 13:31:58 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-10-10 13:31:58 -0400 |
commit | 83ea1cdd1fbd9c3ae7908ff1dd12363fee585b45 (patch) | |
tree | 6377968ef1b4a41f10ce854eef1b50347405edba /Biz/Bild.nix | |
parent | 39481b42c19f91ee714987176937c089d2c170cb (diff) |
Add git-branchless
After using this for a while, I've decided that git-branchless will be the
default tool for doing trunk-based development in the omnirepo.
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 409a0bc..4e1fb4c 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -139,6 +139,7 @@ in nixpkgs // { bild = rec { figlet fzf git + git-branchless gitlint jq lolcat |