From db06fbb163877b8823507b162ee7f2dfca8520f0 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Mon, 14 Jul 2025 06:16:37 -0400 Subject: Let `flake.nix` users run `extras/formatting.sh` (#7682) Co-authored-by: Ellie Hermaszewska --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ``` -- cgit v1.2.3