1
0
mirror of https://github.com/yorukot/superfile.git synced 2025-02-06 09:44:40 +00:00

Added direnv support for nix flake dev shell

Auto enable flake dev shell when entering the directory.
This commit is contained in:
Fangjun Zhou 2025-01-24 15:20:35 -08:00
parent b157637e9a
commit 85b9722ed5
2 changed files with 2 additions and 0 deletions

1
.envrc Normal file
View File

@ -0,0 +1 @@
use flake

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ pnpm-debug.log*
# environment variables
.env
.env.production
.direnv
# macOS-specific files
.DS_Store