summaryrefslogtreecommitdiff
path: root/cmark/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'cmark/shell.nix')
-rw-r--r--cmark/shell.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/cmark/shell.nix b/cmark/shell.nix
new file mode 100644
index 0000000000..3e96dfb112
--- /dev/null
+++ b/cmark/shell.nix
@@ -0,0 +1,12 @@
+with (import <nixpkgs> {});
+mkShell {
+ buildInputs = [
+ clangStdenv
+ cmake
+ gdb
+ python3
+ perl
+ re2c
+ curl
+ ];
+}