Move kak-lsp and kakoune into flake inputs

This commit is contained in:
Natsu Kagami 2022-07-06 16:26:50 -04:00 committed by Natsu Kagami
parent 2a76dc2039
commit d0e5f73def
5 changed files with 48 additions and 41 deletions

View file

@ -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.