From 6d50c69bc9977377b1109b0f3987d6f01232e38c Mon Sep 17 00:00:00 2001 From: Inex Code Date: Mon, 30 Dec 2024 16:42:35 +0300 Subject: [PATCH] docs(en): Add a note about nix fake update command --- content/en/docs/Theory/selfprivacy_modules/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/Theory/selfprivacy_modules/_index.md b/content/en/docs/Theory/selfprivacy_modules/_index.md index 57d897c..b4ddb37 100644 --- a/content/en/docs/Theory/selfprivacy_modules/_index.md +++ b/content/en/docs/Theory/selfprivacy_modules/_index.md @@ -498,6 +498,8 @@ Now, make sure your working directory is `/etc/nixos`. Update flake inputs first nix flake update --override-input selfprivacy-nixos-config git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git?ref=flakes ``` +(Do not change the link in the command above, it makes sure that official SelfPrivacy modules are up to date.) + If all went well, you will see that your flake got added as an input: ```bash