diff options
author | EuAndreh <eu@euandre.org> | 2025-04-16 11:20:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-16 11:20:43 -0300 |
commit | d36c2e459a74ec67e523539eb98b78b95b01432a (patch) | |
tree | a7099fbfbdab6a21f59b6efe095bffb40ceae646 /src/content/pastebins/2019/06/08/inconsistent-hash.adoc | |
parent | src/content/style.css: Show header on hover only (diff) | |
download | euandre.org-d36c2e459a74ec67e523539eb98b78b95b01432a.tar.gz euandre.org-d36c2e459a74ec67e523539eb98b78b95b01432a.tar.xz |
src/content/: Normalize [source,$lang] code blocks
Diffstat (limited to 'src/content/pastebins/2019/06/08/inconsistent-hash.adoc')
-rw-r--r-- | src/content/pastebins/2019/06/08/inconsistent-hash.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/pastebins/2019/06/08/inconsistent-hash.adoc b/src/content/pastebins/2019/06/08/inconsistent-hash.adoc index 32ebaec..8dc5794 100644 --- a/src/content/pastebins/2019/06/08/inconsistent-hash.adoc +++ b/src/content/pastebins/2019/06/08/inconsistent-hash.adoc @@ -37,7 +37,7 @@ terraform-godaddy = pkgs.buildGoModule rec { == Local build: -[source,shell] +[source,sh] ---- $ nix-build -A terraform-godaddy these derivations will be built: @@ -191,7 +191,7 @@ error: build of '/nix/store/y5961vv6y9c0ps2sbd8xfnpqvk0q7qhq-terraform-godaddy-1 The `setup.sh` script contains a call to `nix-shell` which in turns build the same `terraform-godaddy` derivation: -[source,shell] +[source,sh] ---- $ cd vps/ $ ./scripts/ci/setup.sh |