Unverified Commit 65a50ea4 authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

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

parents 26bdab53 6f3d8a72
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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