diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5f1847 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Kubenix: Leveraging NixOS modules to generate Kubernetes manifests + +My presentation at NixCon 2024 Berlin about Kubenix. +The talk page can be found [here](https://talks.nixcon.org/nixcon-2024/talk/PZKQP8/). + +``` +# Build the presentation +$ nix build +# Open the presentation +$ xdg-open result/presentation.html +```