From 91f152ff44e849bbbe0173b5aa3eccb280c4eea7 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 2 Nov 2024 16:32:41 +0100 Subject: [PATCH] Add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 +```