jj: use upstream main w/git subprocess support
This commit is contained in:
parent
44bf38a484
commit
52789b71e7
3 changed files with 8 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
inputs = {
|
||||
ghostty.url = "github:ghostty-org/ghostty";
|
||||
jujutsu.url = "github:dln/jj/openssh";
|
||||
jujutsu.url = "github:jj-vcs/jj/main";
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{ config, inputs, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
@ -43,7 +43,6 @@ in
|
|||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
# extraPackages = [];
|
||||
};
|
||||
|
||||
programs.jujutsu = {
|
||||
|
@ -62,6 +61,7 @@ in
|
|||
|
||||
git = {
|
||||
push-bookmark-prefix = "dln/push-";
|
||||
subprocess = true;
|
||||
};
|
||||
|
||||
ui = {
|
||||
|
|
Loading…
Add table
Reference in a new issue