You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
The rnix-lsp flake should provide a nixpkgs overlay that defines rnix-lsp, this way I can compose it into my nixpkgs without having to change any configuration that already uses pkgs.rnix-lsp. This would be done with an overlay output.
The text was updated successfully, but these errors were encountered:
Add `rnix-lsp` `overlays` to the flake outputs, in order to be directly
consumed by other flakes.
Provides 2 overlays:
- default: with package named `rnix-lsp`, so people can overwrite their
existing configuration
- nightly: with package named `rnix-lsp-nightly`, so people can opt in
to this package on a case-by-case basis
Also for now still uses the `overlay` attribute, for backwards
compatibility, is that needed?
fixes: nix-community#77
Description
The rnix-lsp flake should provide a nixpkgs overlay that defines
rnix-lsp
, this way I can compose it into mynixpkgs
without having to change any configuration that already usespkgs.rnix-lsp
. This would be done with anoverlay
output.The text was updated successfully, but these errors were encountered: