mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-06 07:14:31 +02:00
10 lines
152 B
Nix
10 lines
152 B
Nix
|
{
|
||
|
perSystem =
|
||
|
{ pkgs, ... }:
|
||
|
{
|
||
|
packages = {
|
||
|
rust-analyzer-options = pkgs.callPackage ./rust-analyzer.nix { };
|
||
|
};
|
||
|
};
|
||
|
}
|