summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-09-02 04:51:24 +0200
committerandromeda <andromeda@lenovo>2026-09-02 04:51:24 +0200
commitab3ce3af890671d0430ff39e2320843df450c1d5 (patch)
tree6ae672dcba5d14400f8489b8e4eb3ac4a7194a63 /shell.nix
parent2fb5d91cccc1af3aa2b8cc53329111f14f3b81b4 (diff)
update hs-bindgen and co., add .stylish-haskell.yaml, add doxygenHEADmaster
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 6feca06..86015b0 100644
--- a/shell.nix
+++ b/shell.nix
@@ -23,6 +23,7 @@ pkgs.mkShell {
pkgs.libxdmcp
];
buildInputs = [
+ pkgs.doxygen
pkgs.libclang
pkgs.libllvm
pkgs.vulkan-headers