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:
parent
107287663b
commit
7b7a3ee8a2
5 changed files with 111 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue