1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-02 23:21:03 +01:00
nixvim/flake-modules/updates/default.nix

9 lines
152 B
Nix

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