docs(en): Add a note about nix fake update command

This commit is contained in:
Inex Code 2024-12-30 16:42:35 +03:00
parent 6a8a7986a2
commit 6d50c69bc9
No known key found for this signature in database

View file

@ -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