From 9b1e10ea2602c76a97ca25c27a0b3842a5bb69de Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Thu, 20 Mar 2025 11:40:57 -0400 Subject: Add Nix flake for direnv (#6635) * Add Nix flake for direnv * Use Sai's suggestion for the `description` * Make `.envrc` optional * Move Nix docs to their own section * Tweak wording * Tweak wording more * Add `nixfmt` --------- Co-authored-by: Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> Co-authored-by: Ellie Hermaszewska --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c6fa15457..79c3559b4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ *.zip *.ini *.DS_store +.direnv +.envrc .gdb_history .vimspector .vimspector.json -- cgit v1.2.3