nix-community.nixvim/flake-modules/updates/default.nix

9 lines
152 B
Nix

{
perSystem =
{ pkgs, ... }:
{
packages = {
rust-analyzer-options = pkgs.callPackage ./rust-analyzer.nix { };
};
};
}