From 6b224a9e314b6faedd25fc5361a5bb6ac8c3e0a3 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 27 Mar 2020 10:47:41 +0000 Subject: Drop support for lorri Lorri does not cleanly integrate with my corporate device, which cannot run NixOS. To expose dependencies to Emacs buffers, I will use nix-buffer.el, which reads its values from dir-locals.nix. To easily expose dependencies from my existing shell.nix files into dir-locals.nix, I wrote a Nix utility function. --- website/goals/dir-locals.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 website/goals/dir-locals.nix (limited to 'website/goals/dir-locals.nix') diff --git a/website/goals/dir-locals.nix b/website/goals/dir-locals.nix new file mode 100644 index 000000000000..498f4b5055f8 --- /dev/null +++ b/website/goals/dir-locals.nix @@ -0,0 +1,3 @@ +let + briefcase = import {}; +in briefcase.utils.nixBufferFromShell ./shell.nix -- cgit 1.4.1