runInLinuxVM: remove hwclock -s invocation (#359309)

This commit is contained in:
Will Fancher 2024-11-26 14:52:21 -05:00 committed by GitHub
commit 65a50ea453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,10 +176,6 @@ rec {
fi
source $stdenv/setup
# Set the system time from the hardware clock. Works around an
# apparent KVM > 1.5.2 bug.
${util-linux}/bin/hwclock -s
export NIX_STORE=${storeDir}
export NIX_BUILD_TOP=/tmp
export TMPDIR=/tmp