runInLinuxVM: remove `hwclock -s` invocation (#359309)

authored by Will Fancher and committed by GitHub 65a50ea4 26bdab53

-4
-4
pkgs/build-support/vm/default.nix
··· 176 176 fi 177 177 source $stdenv/setup 178 178 179 - # Set the system time from the hardware clock. Works around an 180 - # apparent KVM > 1.5.2 bug. 181 - ${util-linux}/bin/hwclock -s 182 - 183 179 export NIX_STORE=${storeDir} 184 180 export NIX_BUILD_TOP=/tmp 185 181 export TMPDIR=/tmp