feat(jj-cz): use develop branch for jj-cz

This commit is contained in:
2026-03-26 22:30:44 +01:00
parent d1bee6c14d
commit 1411f6c47e
2 changed files with 7 additions and 6 deletions

11
flake.lock generated
View File

@@ -398,15 +398,16 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1775400071, "lastModified": 1776813492,
"narHash": "sha256-uFoqOUB1wbqqDKRdHNEYdgyRQECYWhJBq4Oxjm3Dx9M=", "narHash": "sha256-gydjnWdoZm++hK0B1vpXerwKJQdCeUcxrbBr9iEUTTA=",
"ref": "refs/heads/develop", "ref": "develop",
"rev": "3da214ae4c14f57dc5f6ecd480330936f00e1a4f", "rev": "9a6b94276b68263ad5b2ffebb64354b3bb4cc92a",
"revCount": 35, "revCount": 38,
"type": "git", "type": "git",
"url": "https://labs.phundrak.com/phundrak/jj-cz" "url": "https://labs.phundrak.com/phundrak/jj-cz"
}, },
"original": { "original": {
"ref": "develop",
"type": "git", "type": "git",
"url": "https://labs.phundrak.com/phundrak/jj-cz" "url": "https://labs.phundrak.com/phundrak/jj-cz"
} }

View File

@@ -26,7 +26,7 @@
}; };
jj-cz = { jj-cz = {
url = "git+https://labs.phundrak.com/phundrak/jj-cz"; url = "git+https://labs.phundrak.com/phundrak/jj-cz?ref=develop";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };