open-vm-tools: Copy the udev files over correctly

(cherry picked from commit 42ea61bc7dacc8360eb87152635f5f14f003c18d)
This commit is contained in:
Jeremy Kolb
2021-07-14 13:18:01 +00:00
committed by github-actions[bot]
parent 936f34d99c
commit 94f0dea33b
2 changed files with 8 additions and 2 deletions
@@ -56,5 +56,7 @@ in
${open-vm-tools}/bin/vmware-user-suid-wrapper
'';
};
services.udev.packages = [ open-vm-tools ];
};
}