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:
parent
8a80f673c5
commit
ae80dfcb92
2 changed files with 0 additions and 87 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue