diff options
l--------- | .direnv/flake-profile | 1 | ||||
l--------- | .direnv/flake-profile-2-link | 1 | ||||
-rw-r--r-- | .gitignore | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.direnv/flake-profile b/.direnv/flake-profile deleted file mode 120000 index c7ae5b7..0000000 --- a/.direnv/flake-profile +++ /dev/null @@ -1 +0,0 @@ -flake-profile-2-link
\ No newline at end of file diff --git a/.direnv/flake-profile-2-link b/.direnv/flake-profile-2-link deleted file mode 120000 index 5175965..0000000 --- a/.direnv/flake-profile-2-link +++ /dev/null @@ -1 +0,0 @@ -/nix/store/b70fhnqlc2jw2y0ihbblpgskw26iypc8-webtray-env
\ No newline at end of file @@ -2,3 +2,5 @@ target/ compile_commands.json .cache/ result +.direnv/ +.envrc |