fix: remove direnv and envrc from the repo

I've found it being clumsy and getting in the way.

For example, in my `.envrc` I do `use flake . --override-input nixpkgs
"$NIXPKGS"` to reuse an already existing instance of the `nixpkgs` on my
machine.

Feels like it should be up to a developer on how to use `nix
develop`/`direnv`
This commit is contained in:
Igor Ramazanov 2025-07-29 14:59:34 +00:00 committed by Aarnav Tale
parent 1eaf3abe21
commit 1ce0dc375e

1
.envrc
View File

@ -1 +0,0 @@
use_flake