Fix warnings in neovim package.

This commit is contained in:
Jeremy Wall 2023-08-17 19:18:06 -04:00
parent e2046966f9
commit 7d87912bde
2 changed files with 3 additions and 8 deletions

View File

@ -4,11 +4,6 @@ with lib;
let
cfg = config.programs.neovim;
runtime' = filter (f: f.enable) (attrValues cfg.runtime);
runtime = pkgs.linkFarm "neovim-runtime" (map (x: { name = x.target; path = x.source; }) runtime');
in {
options.programs.neovim = {
enable = mkEnableOption "Neovim";

6
nix/darwin/flake.lock generated
View File

@ -34,12 +34,12 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-vXgdAGgsSloY711Gj/dyarLLnQLNMbW15OR6V/XWC9c=",
"path": "/nix/store/sp8xifa5sy2ypv0zfs63crz4kjlha82q-source/nix/base-system",
"narHash": "sha256-BX0pRxD3LU+youMCTtJM160kzAzb4pkoo4x5evvNz94=",
"path": "/nix/store/6cab3sm1i2kgjvrz2x3hqpk23m540801-source/nix/base-system",
"type": "path"
},
"original": {
"path": "/nix/store/sp8xifa5sy2ypv0zfs63crz4kjlha82q-source/nix/base-system",
"path": "/nix/store/6cab3sm1i2kgjvrz2x3hqpk23m540801-source/nix/base-system",
"type": "path"
}
},