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. --- go/shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go/shell.nix') diff --git a/go/shell.nix b/go/shell.nix index e98da7d0f84a..aab4123bff9a 100644 --- a/go/shell.nix +++ b/go/shell.nix @@ -1,6 +1,6 @@ -{ pkgs, ... }: - -pkgs.mkShell { +let + pkgs = import {}; +in pkgs.mkShell { buildInputs = [ pkgs.go pkgs.goimports -- cgit 1.4.1