diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-24 20:25:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-24 20:25:15 +0530 |
| commit | ff0daf7c5edb92e9e2361e9985996725bade9a85 (patch) | |
| tree | eea01a125f94bd1169e12ee55b0ff4df365ef92c /flake.nix | |
| parent | cae48d231a82cd451658e3745ab23e1a2057d406 (diff) | |
| download | daffm-ff0daf7c5edb92e9e2361e9985996725bade9a85.tar.gz daffm-ff0daf7c5edb92e9e2361e9985996725bade9a85.zip | |
Add build/install setup + fix read error for move command
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -33,7 +33,10 @@ pkg-config ]; - devPackages = with pkgs; [ just pandoc ]; + devPackages = with pkgs; [ + pandoc + gnumake + ]; in { haskellProjects.default = { inherit projectRoot; |
