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/sandbox/nut-score/shell.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 website/sandbox/nut-score/shell.nix (limited to 'website/sandbox/nut-score') diff --git a/website/sandbox/nut-score/shell.nix b/website/sandbox/nut-score/shell.nix deleted file mode 100644 index 501fc07c8fdc..000000000000 --- a/website/sandbox/nut-score/shell.nix +++ /dev/null @@ -1,8 +0,0 @@ -let - pkgs = import {}; -in pkgs.mkShell { - name = "nut-score"; - buildInputs = with pkgs; [ - yarn - ]; -} -- cgit 1.4.1