Skip to content

Commit

Permalink
runInLinuxVM: remove hwclock -s invocation (#359309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvishJerricco authored Nov 26, 2024
2 parents 26bdab5 + 6f3d8a7 commit 65a50ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/build-support/vm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65a50ea

Please sign in to comment.