diff options
Diffstat (limited to 'static/src/_posts/2021-04-22-composing-processes-into-a-static-binary-with-nix.md')
-rw-r--r-- | static/src/_posts/2021-04-22-composing-processes-into-a-static-binary-with-nix.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/src/_posts/2021-04-22-composing-processes-into-a-static-binary-with-nix.md b/static/src/_posts/2021-04-22-composing-processes-into-a-static-binary-with-nix.md index 885d56b..ebc0f7b 100644 --- a/static/src/_posts/2021-04-22-composing-processes-into-a-static-binary-with-nix.md +++ b/static/src/_posts/2021-04-22-composing-processes-into-a-static-binary-with-nix.md @@ -3,6 +3,7 @@ title: >- Composing Processes Into a Static Binary With Nix description: >- Goodbye, docker-compose! +tags: tech --- It's pretty frequent that one wants to use a project that requires multiple |