diff options
author | EuAndreh <eu@euandre.org> | 2020-11-14 09:21:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-14 09:29:28 -0300 |
commit | d54b232f1c316899508377d65b71014758196bc8 (patch) | |
tree | d90b27fea1ff10e06c1fab20640af415eaed3729 /_pastebins | |
parent | Nix and Bash TIL: Fix LOGS_PREFIX -> LOGS_DIR (diff) | |
download | euandre.org-d54b232f1c316899508377d65b71014758196bc8.tar.gz euandre.org-d54b232f1c316899508377d65b71014758196bc8.tar.xz |
Replace links to git.sr.ht/~euandreh to git.euandreh.xyz
Diffstat (limited to '_pastebins')
-rw-r--r-- | _pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md | 12 |
1 files changed, 9 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 8b1ebaa..3d5efb5 100644 --- a/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md +++ b/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md @@ -1,20 +1,26 @@ --- + title: Inconsistent hash of buildGoModule + date: 2019-06-08 + layout: pastebin + lang: en + --- + [FIXED](https://discourse.nixos.org/t/inconsistent-hash-of-buildgomodule/3127/2). The [commit that made this visible][0]. -[0]: https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438 +[0]: https://git.euandreh.xyz/vps/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438 ## Offending derivation: -[Full source code on sr.ht][1]: +[Full source code on the repository][1]: -[1]: https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15 +[1]: https://git.euandreh.xyz/vps/tree/default.nix?id=6ba76140238b5e3c7009c201f9f80ac86063f438#n3 ```nix terraform-godaddy = pkgs.buildGoModule rec { |