Move kak-lsp and kakoune into flake inputs
This commit is contained in:
parent
2a76dc2039
commit
d0e5f73def
5 changed files with 48 additions and 41 deletions
|
@ -11,6 +11,9 @@ let
|
|||
};
|
||||
overlay-imported = final: prev: {
|
||||
rnix-lsp = inputs.rnix-lsp.defaultPackage."${prev.system}";
|
||||
|
||||
# A list of source-style inputs.
|
||||
sources = final.lib.attrsets.filterAttrs (name: f: !(builtins.hasAttr "outputs" f)) inputs;
|
||||
};
|
||||
|
||||
overlay-versioning = final: prev: {
|
||||
|
@ -92,6 +95,5 @@ in
|
|||
nur.overlay
|
||||
|
||||
# Bug fixes
|
||||
(import ./overlays/bugfixes/delta)
|
||||
] # we assign the overlay created before to the overlays of nixpkgs.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue