87e3d142cce4 ^
1 2 3 4 5 6 7 8 9 10 11 12
with import ./config.nix; { nondeterministic = mkDerivation { name = "nondeterministic"; buildCommand = '' mkdir $out date +%s.%N > $out/date ''; }; }