From 28616c8502e2c0d7fe44cdc8d7d6737c35c4cd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20Lukas=20R=C3=A4s=C3=A4nen?= <1522239+mikkolukas@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:42:32 +0100 Subject: [PATCH] Fixed a single typo (#133) Corrected "Cconclusion" to "Conclusion" --- docs/nixos-with-flakes/nixos-with-flakes-enabled.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nixos-with-flakes/nixos-with-flakes-enabled.md b/docs/nixos-with-flakes/nixos-with-flakes-enabled.md index 88450e2..63029ec 100644 --- a/docs/nixos-with-flakes/nixos-with-flakes-enabled.md +++ b/docs/nixos-with-flakes/nixos-with-flakes-enabled.md @@ -120,7 +120,7 @@ Currently, our flake includes these files: - `/etc/nixos/hardware-configuration.nix`: This is the system hardware configuration file, generated by NixOS, which describes the system's hardware information. -## Cconclusion +## Conclusion Up to this point, we have merely added a very simple configuration file, `/etc/nixos/flake.nix`, which has merely been a thin wrapper around