nvim: add dependencies onto environment to test bad type inference from evcxr

pull/3/head
Pegasust 2022-12-28 02:18:45 -07:00
parent f98622e269
commit 7ec3d37e60
3 changed files with 2 additions and 14 deletions

View File

@ -83,5 +83,6 @@ in
# https://github.com/nix-community/home-manager/pull/3287
# extraConfig = builtins.readFile "${proj_root}/neovim/init.lua";
};
home.packages = nvim_pkgs;
};
}

View File

@ -12,3 +12,4 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
.direnv

View File

@ -1,14 +0,0 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cli"
version = "0.1.0"
dependencies = [
"core",
]
[[package]]
name = "core"
version = "0.1.0"