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

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

[nongnu] elpa/webpaste 4bd15f8 227/298: Add a nix-shell file for some de


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 4bd15f8 227/298: Add a nix-shell file for some development utils
Date: Thu, 9 Dec 2021 19:00:19 -0500 (EST)

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

    Add a nix-shell file for some development utils
---
 .envrc    |  2 ++
 shell.nix | 10 ++++++++++
 2 files changed, 12 insertions(+)

diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..f056c11
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,2 @@
+# Load dependencies for development through nix-shell.
+use nix
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..5fd7f54
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,10 @@
+with (import <nixpkgs> {});
+
+mkShell {
+  buildInputs = [
+    # Tooling
+    emacs
+    emacsPackages.cask
+    gnumake
+  ];
+}



reply via email to

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