jj: use jj flake directly
This commit is contained in:
parent
5032e07ee9
commit
6dd68098e0
6 changed files with 125 additions and 3967 deletions
home/common
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, inputs, pkgs, ... }:
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@ -169,6 +169,6 @@
|
|||
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
package = pkgs.jujutsu-openssh;
|
||||
package = inputs.jujutsu.packages.${pkgs.system}.default;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue