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