Don't copy src for nix-shell

[?]
Jun 19, 2015, 3:45 PM
WBU4ZFBR7EWVM4ARZBZ3UNRSFQ6AFETXPVISQMWRHH6U4U7TIIGQC

Dependencies

  • [2] FV2M6MOT hydra: use autoconf/-make
  • [3] QK2OXCKP hydra/release.nix: move manual to tarball build, restore version in store path for tarball build
  • [4] UHMUHQMU hydra: fix tarball build, add pre suffix to tarballs
  • [*] T4LLYESZ * Nix expression for building Hydra.

Change contents

  • replacement in release.nix at line 35
    [2.17676][2.17676:17698]()
    src = hydraSrc;
    [2.17653]
    [2.17698]
    src = if lib.inNixShell then null else hydraSrc;