Skip to content

Commit dd52976

Browse files
committed
feat: add jj-toolchain (jj + jjui + git + gh)
1 parent 391079c commit dd52976

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

packages/jj-toolchain/data.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"_meta": { "default": "1" },
3+
"1": {
4+
"jj": "0.40.0",
5+
"jjui": "0.10.2",
6+
"git": "2.53.0",
7+
"gh": "2.90.0"
8+
}
9+
}

packages/jj-toolchain/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{ pkgs, lib, toolbox, toolboxLib }:
2+
3+
toolboxLib.buildToolchain { inherit toolbox pkgs; name = "jj-toolchain"; dataPath = ./data.json; }

0 commit comments

Comments
 (0)