flake: add jujutsu to base programs

This commit is contained in:
Antoine Martin 2025-01-28 16:26:46 +01:00
parent de058169d5
commit ef67f8f25d
3 changed files with 103 additions and 2 deletions

View file

@ -54,6 +54,13 @@
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
jujutsu = {
type = "github";
owner = "jj-vcs";
repo = "jj";
ref = "v0.25.0";
};
};
outputs = {
@ -97,6 +104,7 @@
})
agenix.overlays.default
inputs.jujutsu.overlays.default
]
++ builtins.attrValues self.overlays;
sharedModules =