aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-24 20:25:15 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-24 20:25:15 +0530
commitff0daf7c5edb92e9e2361e9985996725bade9a85 (patch)
treeeea01a125f94bd1169e12ee55b0ff4df365ef92c /flake.nix
parentcae48d231a82cd451658e3745ab23e1a2057d406 (diff)
downloaddaffm-ff0daf7c5edb92e9e2361e9985996725bade9a85.tar.gz
daffm-ff0daf7c5edb92e9e2361e9985996725bade9a85.zip
Add build/install setup + fix read error for move command
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;