flake: remove jujutsu input

The one from 25.11 is much more up to date, and I can always grab the
one from unstable if I want a fresher one in a few months.
This commit is contained in:
Antoine Martin 2025-11-26 16:20:19 +01:00
parent 8a80f673c5
commit ae80dfcb92
2 changed files with 0 additions and 87 deletions

View file

@ -49,14 +49,6 @@
repo = "disko";
ref = "master";
};
jujutsu = {
type = "github";
owner = "jj-vcs";
repo = "jj";
ref = "v0.35.0";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {
@ -99,7 +91,6 @@
})
agenix.overlays.default
inputs.jujutsu.overlays.default
]
++ builtins.attrValues self.overlays;
sharedModules =