From 30a1ff5ed2482ac1e8751b060bdc36188119c55e Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 3 Jul 2023 18:16:12 +0800 Subject: [PATCH] feat: minor updates --- docs/nixos-with-flakes/update-the-system.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/nixos-with-flakes/update-the-system.md b/docs/nixos-with-flakes/update-the-system.md index e153d0b..3d14296 100644 --- a/docs/nixos-with-flakes/update-the-system.md +++ b/docs/nixos-with-flakes/update-the-system.md @@ -1,6 +1,7 @@ # Updating the System -With Flakes, updating the system is simple. Just run the following commands in `/etc/nixos`: +With Flakes, updating the system is simple. Just run the following commands in `/etc/nixos`( +or any other place where you keep the configuration.): ```shell # Update flake.lock