summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 616a278..4657359 100644
--- a/shell.nix
+++ b/shell.nix
@@ -36,6 +36,8 @@ pkgs.mkShell {
pkgconfig
which
zlib
+
+ devd # development web-server for serving sources locally.
];
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";