aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-22 18:53:27 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-22 19:39:39 +0530
commit7cd1f9c93a0bb80171541ce5f0c953ca0f645139 (patch)
treedfbdab3ebe4d2580cc404e5d2a3a67768bd7b289 /flake.nix
parentac056ba43192bd3c2cbe90d8c8c3d903985a52dd (diff)
downloadchelleport-7cd1f9c93a0bb80171541ce5f0c953ca0f645139.tar.gz
chelleport-7cd1f9c93a0bb80171541ce5f0c953ca0f645139.zip
Add command to build appimage
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 32fdf3c..e0c4579 100644
--- a/flake.nix
+++ b/flake.nix
@@ -31,6 +31,8 @@
buildInputs = with pkgs; [
xorg.libXtst
xorg.libX11
+ SDL2
+ SDL2_ttf
];
in {
haskellProjects.default = {