mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-08 11:55:17 +02:00
Update flake.nix
This commit is contained in:
parent
b2b1b01105
commit
8685f432f2
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@
|
|||
docs = pkgs.callPackage (import ./docs.nix) {
|
||||
modules = nixvimModules;
|
||||
};
|
||||
rustAnalyzerOptions = pkgs.callPackage
|
||||
runUpdates = pkgs.callPackage
|
||||
({ pkgs, stdenv }: stdenv.mkDerivation {
|
||||
pname = "rust_analyzer_options";
|
||||
pname = "run-updates";
|
||||
version = pkgs.rust-analyzer.version;
|
||||
|
||||
src = pkgs.rust-analyzer.src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue