1
Fork 0

dart(freeform-gradient): Update README.md

dart(freeform-gradient):
dart(freeform-gradient): clarify backup instruction if using vcs

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
NANASHI0X74 2020-11-04 12:51:21 +01:00 committed by prescientmoon
parent c2c48d2cdb
commit 5bbf425e2f
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -52,7 +52,7 @@ After this, enter into your nix-shell and you are good to go.
### To update the whole environment, do the following in order: ### To update the whole environment, do the following in order:
- `niv init` will update nix/sources.nix if a new one is available - `niv init` will update nix/sources.nix if a new one is available
- backup your nix/sources.json: `cp nix/sources.json nix/sources.json.bak` - Make sure you have a backup of your nix/sources.json. If you're not in a git repo or use another vcs: `cp nix/sources.json nix/sources.json.bak`
- `niv update` will update sources.json i.e. your version of nixpkgs used in this environment - `niv update` will update sources.json i.e. your version of nixpkgs used in this environment
- you may need to edit nix/android.nix if any of the attributes in there can't be found after this. - you may need to edit nix/android.nix if any of the attributes in there can't be found after this.
- `direnv reload` will rebuild/reload your environment (may not be necessary if it automatically reloads) - `direnv reload` will rebuild/reload your environment (may not be necessary if it automatically reloads)