diff options
author | EuAndreh <eu@euandre.org> | 2020-02-06 02:22:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-06 02:22:20 -0300 |
commit | 2bea9a55dd3da16949dc5a8719e842b436565866 (patch) | |
tree | 968f5b1b0a59bcecbd7baac38da53b8f2e78e797 /_pastebins | |
parent | CSS tweak code block highlight (diff) | |
download | euandre.org-2bea9a55dd3da16949dc5a8719e842b436565866.tar.gz euandre.org-2bea9a55dd3da16949dc5a8719e842b436565866.tar.xz |
Rewrite md with link references
Diffstat (limited to '_pastebins')
-rw-r--r-- | _pastebins/inconsistent-hash-of-buildgomodule.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/_pastebins/inconsistent-hash-of-buildgomodule.md b/_pastebins/inconsistent-hash-of-buildgomodule.md index f3157d4..c82438c 100644 --- a/_pastebins/inconsistent-hash-of-buildgomodule.md +++ b/_pastebins/inconsistent-hash-of-buildgomodule.md @@ -6,11 +6,15 @@ lang: en --- [FIXED](https://discourse.nixos.org/t/inconsistent-hash-of-buildgomodule/3127/2). -The [commit that made this visible](https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438). +The [commit that made this visible][0]. + +[0]: https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438 # Offending derivation: -[Full source code on sr.ht](https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15): +[Full source code on sr.ht][1]: + +[1]: https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15 ```nix terraform-godaddy = pkgs.buildGoModule rec { |