1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Update jujutsu and use git subprocess for push/pull/etc.

This commit is contained in:
RGBCube 2025-01-24 23:50:51 +03:00
parent ce1d611a62
commit a63a80698b
3 changed files with 86 additions and 2 deletions

View file

@ -59,6 +59,12 @@
nix.url = "github:NixOS/nix";
nil.url = "github:oxalica/nil";
jj = {
url = "github:jj-vcs/jj";
inputs.nixpkgs.follows = "nixpkgs";
};
crash = {
url = "github:RGBCube/crash";