diff options
Diffstat (limited to '')
-rw-r--r-- | _pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md b/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md index 3d99ac5..f81a5bd 100644 --- a/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md +++ b/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md @@ -14,19 +14,20 @@ ref: inconsistent-hash-of-buildgomodule --- -FIXED: See https://discourse.nixos.org/t/inconsistent-hash-of-buildgomodule/3127/2 +FIXED: The `<nixpkgs>` was different on different environments. +See <https://discourse.nixos.org/t/inconsistent-hash-of-buildgomodule/3127/2>. --- The [commit that made this visible][0]. -[0]: https://git.euandreh.xyz/vps/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438 +[0]: https://git.euandreh.xyz/servers/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438 ## Offending derivation: [Full source code on the repository][1]: -[1]: https://git.euandreh.xyz/vps/tree/default.nix?id=6ba76140238b5e3c7009c201f9f80ac86063f438#n3 +[1]: https://git.euandreh.xyz/servers/tree/default.nix?id=6ba76140238b5e3c7009c201f9f80ac86063f438#n3 ```nix terraform-godaddy = pkgs.buildGoModule rec { |