Skip to content

Commit

Permalink
jujutsu: pull from branch with openssh support
Browse files Browse the repository at this point in the history
I can't get the mainline version to work with my yubikey-based ssh setup. This
branch uses openssh, which should be fine.

Here's a PR against the main repo:
jj-vcs/jj#3191
  • Loading branch information
jwoudenberg committed Oct 26, 2024
1 parent 1bf6cb9 commit 561586d
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 12 deletions.
100 changes: 89 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
agenda-txt.inputs.nixpkgs.follows = "nixpkgs";
cooklang.url = "github:jwoudenberg/cooklang";
cooklang.inputs.nixpkgs.follows = "nixpkgs";
jujutsu.url = "github:bnjmnt4n/jj/ssh-openssh";
jujutsu.inputs.nixpkgs.follows = "nixpkgs-unstable";
launch.url = "github:jwoudenberg/launch";
launch.inputs.nixpkgs.follows = "nixpkgs";
random-colors.url = "github:jwoudenberg/random-colors";
Expand Down Expand Up @@ -85,7 +87,7 @@
];
nvim-treesitter-roc = inputs.tree-sitter-roc.neovimPlugin."${system}";
vim-spell-nl = "${inputs.vim-spell-nl}";
jujutsu = inputs.nixpkgs-unstable.legacyPackages."x86_64-linux".jujutsu;
jujutsu = inputs.jujutsu.packages."${system}".jujutsu;
};
};

Expand Down

0 comments on commit 561586d

Please sign in to comment.