Fix link to post
All checks were successful
/ blog-pim (push) Successful in 12m0s

This commit is contained in:
Pim Kunis 2024-05-03 19:54:03 +02:00
parent 8666240a9e
commit 121321ba3c

View file

@ -39,7 +39,7 @@ This does however require to run the image as a privileged container, and (spoil
# Using Forgejo Actions to build Nix derivations # Using Forgejo Actions to build Nix derivations
Both the static website and container image for my blog are built using Nix (which I wrote about [here]({% post_url nix-jekyll-derivation/2024-05-03-nix-jekyll-derivation.md %})). Both the static website and container image for my blog are built using Nix (which I wrote about [here]({% post_url nix-jekyll-derivation/2024-05-03-nix-jekyll-derivation %})).
Therefore, it made sense to me to use the [official Docker image](https://hub.docker.com/r/nixos/nix). Therefore, it made sense to me to use the [official Docker image](https://hub.docker.com/r/nixos/nix).
However, it seems Forgeo Actions has an undocumented dependency on `/bin/sleep` being present inside the container image. However, it seems Forgeo Actions has an undocumented dependency on `/bin/sleep` being present inside the container image.
It seems sleep is being used to check whether the image is working correctly. It seems sleep is being used to check whether the image is working correctly.