aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 68140fc..8027657 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,7 +33,10 @@
pkg-config
];
- devPackages = with pkgs; [ just pandoc ];
+ devPackages = with pkgs; [
+ pandoc
+ gnumake
+ ];
in {
haskellProjects.default = {
inherit projectRoot;