release.nix: Do not rely on currentSystem

[?]
May 10, 2019, 8:18 PM
ABQZP7BBBL53IOGTPH3TQOLEHT43UAWU3ANKNKSNTKOBFM575SUQC

Dependencies

  • [2] QPDG4NEU release.nix: Use fetchGit to get Nixpkgs
  • [3] T4LLYESZ * Nix expression for building Hydra.
  • [4] YQWH4POV * Simplify.
  • [5] IZYR3KTL release.nix: Get rid of the "system" argument

Change contents

  • replacement in release.nix at line 11
    [3.8][2.142:170]()
    pkgs = import nixpkgs {};
    [3.8]
    [3.36]
    pkgs = import nixpkgs { system = "x86_64-linux"; };