Skip to content

Commit 65a50ea

Browse files
runInLinuxVM: remove hwclock -s invocation (#359309)
2 parents 26bdab5 + 6f3d8a7 commit 65a50ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkgs/build-support/vm/default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@ rec {
176176
fi
177177
source $stdenv/setup
178178
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-
183179
export NIX_STORE=${storeDir}
184180
export NIX_BUILD_TOP=/tmp
185181
export TMPDIR=/tmp

0 commit comments

Comments
 (0)