emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/webpaste badf3b5 257/298: nix-shell: Improve the shell so


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste badf3b5 257/298: nix-shell: Improve the shell so all tests just runs
Date: Thu, 9 Dec 2021 19:00:25 -0500 (EST)

branch: elpa/webpaste
commit badf3b5fcc8ab0993239e6b09a29e195b7833a44
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>

    nix-shell: Improve the shell so all tests just runs
---
 shell.nix | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/shell.nix b/shell.nix
index 5fd7f54..b7b2ebd 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,8 +3,13 @@ with (import <nixpkgs> {});
 mkShell {
   buildInputs = [
     # Tooling
-    emacs
-    emacsPackages.cask
+    (emacsWithPackages (epkgs: (with epkgs; [
+      cask
+      request
+      buttercup
+      undercover
+    ])))
+    cask
     gnumake
   ];
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]