From 94183449f9a896471c6276aeff262f74b9d5eb8f Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Mon, 29 Dec 2025 09:16:06 +0700 Subject: [PATCH] Links to Nixcademy blog in Learn more --- src/content/start/8.learn-more.mdx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/content/start/8.learn-more.mdx b/src/content/start/8.learn-more.mdx index 7f4de48c..fb7b5850 100644 --- a/src/content/start/8.learn-more.mdx +++ b/src/content/start/8.learn-more.mdx @@ -50,6 +50,14 @@ Another powerful Nix feature is that you can use it to build [OCI]-compliant con href: "https://nixos.org/manual/nixpkgs/stable", }, }, + { + title: "Guides and tutorials", + href: "https://nixcademy.com/posts/containers/", + source: { + title: "Nixcademy Blog", + href: "https://nixcademy.com/posts/", + }, + }, ]} /> @@ -84,6 +92,14 @@ Another powerful Nix feature is that you can use it to build [OCI]-compliant con href: "https://nix.dev", }, }, + { + title: "Guides and tutorials", + href: "https://nixcademy.com/posts/nixos/", + source: { + title: "Nixcademy Blog", + href: "https://nixcademy.com/posts/", + }, + }, ]} /> @@ -154,6 +170,14 @@ Because Nix development environments are both cross platform and fully [reproduc href: "https://tweag.io/blog", }, }, + { + title: "Guides and tutorials", + href: "https://nixcademy.com/posts/integration-tests/", + source: { + title: "Nixcademy Blog", + href: "https://nixcademy.com/posts/", + }, + }, ]} />