diff options
-rw-r--r-- | _pastebins/inconsistent-hash-of-buildgomodule.md | 6 |
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: |