From 1ce0dc375e88b371110756a913b62d1e9d9cf679 Mon Sep 17 00:00:00 2001 From: Igor Ramazanov Date: Tue, 29 Jul 2025 14:59:34 +0000 Subject: [PATCH] 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` --- .envrc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .envrc diff --git a/.envrc b/.envrc deleted file mode 100644 index c4b17d7..0000000 --- a/.envrc +++ /dev/null @@ -1 +0,0 @@ -use_flake