Update nixpkgs and change how we build kak-lsp

We used to duplicate how the `kak-lsp` package in the nixpkgs
repo do it, now we just use `crane`.
This commit is contained in:
Natsu Kagami 2022-09-02 23:07:53 +02:00
parent 107287663b
commit 7b7a3ee8a2
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
5 changed files with 111 additions and 64 deletions

View file

@ -17,6 +17,10 @@ let
};
overlay-versioning = final: prev: { };
overlay-libs = final: prev: {
libs.crane = inputs.crane.lib.${prev.system};
};
in
[
(import ./overlays/openrazer)
@ -24,6 +28,7 @@ in
overlay-needs-unstable
overlay-imported
overlay-versioning
overlay-libs
nur.overlay
# Bug fixes