diff options
| author | Sam Estep <sam@samestep.com> | 2025-07-14 06:16:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 10:16:37 +0000 |
| commit | db06fbb163877b8823507b162ee7f2dfca8520f0 (patch) | |
| tree | 1cf768196bcafe359d8eefd7aef9e906341298ba /docs/building.md | |
| parent | d39590228241cb42d72f493f6f484c5ea93df934 (diff) | |
Let `flake.nix` users run `extras/formatting.sh` (#7682)
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'docs/building.md')
| -rw-r--r-- | docs/building.md | 2 |
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 ``` |
