mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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;
|
||||
dontUnpack = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
config.finalPackage
|
||||
pkgs.docker-client
|
||||
];
|
||||
nativeBuildInputs = [ config.finalPackage ];
|
||||
|
||||
# We need to set HOME because neovim will try to create some files
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue