From f94b3b61b49b0d3b792566d4ad57f72605028483 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:46:26 +0300 Subject: [PATCH] add reminder --- UPDATING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 UPDATING.md diff --git a/UPDATING.md b/UPDATING.md new file mode 100644 index 00000000..5d3cc067 --- /dev/null +++ b/UPDATING.md @@ -0,0 +1,7 @@ +# Updating system + +- Simply run this in the root directory of the flake + +```bash +nix flake update +```