branch: elpa/nix-mode
commit 14d1bbb9367239faa4a7ac41288bef36b788a337
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Delete dir-locals.el
---
.dir-locals.el | 8 --------
1 file changed, 8 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 6136e2ddbc..0000000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,8 +0,0 @@
-;;; Directory Local Variables
-;;; For more information see (info "(emacs) Directory Variables")
-
-((nil
- (eval nix-shell-with-string "let pkgs = import <nixpkgs> {};
-in pkgs.runCommand \"nix-mode-shell\" {
- nativeBuildInputs = with pkgs; [ emacs git nix ];
-} \"\"")))