mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
get rid of nil wrapper to fake rnix-lsp
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
5119e1b30b
commit
207f050b65
|
@ -4,12 +4,5 @@
|
|||
{
|
||||
name = "nil";
|
||||
overlay = {nil}:
|
||||
final:
|
||||
prev:
|
||||
{
|
||||
nil = nil.packages.${prev.stdenv.system}.default;
|
||||
rnix-lsp = prev.writeShellScriptBin "rnix-lsp" ''
|
||||
exec ${final.nil}/bin/nil "$@"
|
||||
'';
|
||||
};
|
||||
nil.overlays.nil;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue