jj: use upstream main w/git subprocess support

This commit is contained in:
Daniel Lundin 2025-02-03 15:32:23 +01:00
parent 44bf38a484
commit 52789b71e7
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 8 additions and 3 deletions

View file

@ -15,7 +15,7 @@
inputs = { inputs = {
ghostty.url = "github:ghostty-org/ghostty"; 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"; neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";

View file

@ -1,4 +1,9 @@
{ config, inputs, pkgs, ... }: {
config,
inputs,
pkgs,
...
}:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [

View file

@ -43,7 +43,6 @@ in
programs.helix = { programs.helix = {
enable = true; enable = true;
# extraPackages = [];
}; };
programs.jujutsu = { programs.jujutsu = {
@ -62,6 +61,7 @@ in
git = { git = {
push-bookmark-prefix = "dln/push-"; push-bookmark-prefix = "dln/push-";
subprocess = true;
}; };
ui = { ui = {