aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-16 10:25:59 -0300
committerEuAndreh <eu@euandre.org>2020-08-16 10:25:59 -0300
commit80ccbf52781d0a7ffc34843a83f826f0cfee86bd (patch)
tree34f7df63b9cf1f1943a028643cb89a972ace0c4d
parentMake blog_url dynamic instead of pointing to root which is always english (diff)
downloadeuandre.org-80ccbf52781d0a7ffc34843a83f826f0cfee86bd.tar.gz
euandre.org-80ccbf52781d0a7ffc34843a83f826f0cfee86bd.tar.xz
Don't use h1 for sections in articles
-rw-r--r--_pastebins/inconsistent-hash-of-buildgomodule.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/_pastebins/inconsistent-hash-of-buildgomodule.md b/_pastebins/inconsistent-hash-of-buildgomodule.md
index c82438c..8b1ebaa 100644
--- a/_pastebins/inconsistent-hash-of-buildgomodule.md
+++ b/_pastebins/inconsistent-hash-of-buildgomodule.md
@@ -10,7 +10,7 @@ The [commit that made this visible][0].
[0]: https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438
-# Offending derivation:
+## Offending derivation:
[Full source code on sr.ht][1]:
@@ -32,7 +32,7 @@ terraform-godaddy = pkgs.buildGoModule rec {
};
```
-# Local build:
+## Local build:
```shell
$ nix-build -A terraform-godaddy
@@ -182,7 +182,7 @@ cannot build derivation '/nix/store/y5961vv6y9c0ps2sbd8xfnpqvk0q7qhq-terraform-g
error: build of '/nix/store/y5961vv6y9c0ps2sbd8xfnpqvk0q7qhq-terraform-godaddy-1.6.4.drv' failed
```
-# Build [on CI](https://builds.sr.ht/~euandreh/job/67836#task-setup-0):
+## Build [on CI](https://builds.sr.ht/~euandreh/job/67836#task-setup-0):
The `setup.sh` script contains a call to `nix-shell` which in turns
build the same `terraform-godaddy` derivation: