docs: Add --refresh flag to nix shell command to mitigate caching issues

This commit is contained in:
Qubasa
2025-02-14 13:28:21 +07:00
parent 663ab70465
commit 35aedddf65

View File

@@ -42,7 +42,7 @@ By the end of this guide, you'll have a fresh NixOS configuration ready to push
Add the Clan CLI into your development workflow:
```bash
nix shell git+https://git.clan.lol/clan/clan-core#clan-cli
nix shell git+https://git.clan.lol/clan/clan-core#clan-cli --refresh
```
You can find reference documentation for the `clan` cli program [here](../reference/cli/index.md).