nixosTests.virtualbox: fix eval
There's no "lib" in scope here. The test uses "with pkgs.lib;", sothis failed to evaluate.Fixes: 6672dde558ea ("treewide: use optionalAttrs instead of 'else {}'")
Alyssa Ross 2 years ago 2d66a9db e7514bb7
··· 519 519 destroy_vm_test1() 520 520 destroy_vm_test2() 521 521 ''; 522 522 - } // (lib.optionalAttrs enableUnfree unfreeTests) 522 522 + } // (optionalAttrs enableUnfree unfreeTests)