summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-09 11:46:26 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-09 17:24:50 +0100
commit9e1547a2e3d139d3ac723ee6f9522d360fa8a43e (patch)
treea11378084a58ca39568bb96a1c9bf9259971cea8 /shell.nix
parent4e1c909bc483e0bb2ad3baa2e864c6cee9ba99c8 (diff)
Add development webserver for serving sources locally
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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";