Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
[DEVOPS-1005] Fix Argument list too long cc' failed in phase Linker…
Browse files Browse the repository at this point in the history
…'. (Exit code: 126)
  • Loading branch information
angerman authored and erikd committed Aug 22, 2018
1 parent 54ac27a commit ed0f396
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions fetchNixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
if 0 <= builtins.compareVersions builtins.nixVersion "1.12"
then
builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
url = "https://github.com/input-output-hk/nixpkgs/archive/${rev}.tar.gz";
sha256 = sha256unpacked;
}
else
(rec {
tarball = import <nix/fetchurl.nix> {
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
url = "https://github.com/input-output-hk/nixpkgs/archive/${rev}.tar.gz";
inherit sha256;
};

Expand Down
6 changes: 3 additions & 3 deletions nixpkgs-src.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"rev": "120b013e0c082d58a5712cde0a7371ae8b25a601",
"sha256": "1hbc3ng4iy4wv0kyr1zc7n4qx3wy5qlank42zq8h87wa8z3zdf14",
"sha256unpacked": "0hk4y2vkgm1qadpsm4b0q1vxq889jhxzjx3ragybrlwwg54mzp4f"
"rev": "118431d4d68c68a6605932d94aae0a75a8309d95",
"sha256": "0w2a1ll8c5bysjqbm1ljzcgrmf0gkwm1c97xpfsb8k3ns56x4h52",
"sha256unpacked": "146z9syzfiq1phq3gs2kacq2zcvyzbpzxy52vhjgxhm1ygy449lm"
}

0 comments on commit ed0f396

Please sign in to comment.