summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSam Estep <sam@samestep.com>2025-07-14 06:16:37 -0400
committerGitHub <noreply@github.com>2025-07-14 10:16:37 +0000
commitdb06fbb163877b8823507b162ee7f2dfca8520f0 (patch)
tree1cf768196bcafe359d8eefd7aef9e906341298ba /docs
parentd39590228241cb42d72f493f6f484c5ea93df934 (diff)
Let `flake.nix` users run `extras/formatting.sh` (#7682)
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md
index f32bda997..156e2471a 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -322,7 +322,7 @@ have the Nix environment automatically activate when you enter your clone of
this repository:
```bash
-echo 'use flake' >> .envrc
+echo 'use flake' > .envrc
direnv allow
```