summaryrefslogtreecommitdiff
path: root/dged.nix
diff options
context:
space:
mode:
Diffstat (limited to 'dged.nix')
-rw-r--r--dged.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/dged.nix b/dged.nix
index e443d63..1b05425 100644
--- a/dged.nix
+++ b/dged.nix
@@ -1,6 +1,7 @@
{ stdenv
, clang-tools
, gnumake
+, bmake
, pkg-config
, tree-sitter
, bear
@@ -12,6 +13,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
gnumake
+ bmake
pkg-config
clang-tools
bear