mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
modules/test: remove docker dependency
This commit is contained in:
parent
19d5f4b134
commit
38b09c1621
1 changed files with 1 additions and 4 deletions
|
@ -36,10 +36,7 @@ in
|
||||||
inherit (cfg) name;
|
inherit (cfg) name;
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [ config.finalPackage ];
|
||||||
config.finalPackage
|
|
||||||
pkgs.docker-client
|
|
||||||
];
|
|
||||||
|
|
||||||
# We need to set HOME because neovim will try to create some files
|
# We need to set HOME because neovim will try to create some files
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue