derivation { name = "test"; builder = "/bin/sh"; args = ["-c" "echo ${toString builtins.currentTime} > $out"]; allowSubstitutes = false; system = builtins.currentSystem; }