fix: empty-directory does not have the meta.mainProgram attribute

This commit is contained in:
Ryan Yin
2025-04-19 22:24:59 +08:00
parent f1a3aa0e9c
commit c872728eea
+1 -1
View File
@@ -13,7 +13,7 @@
enable = true; enable = true;
package = package =
if pkgs.stdenv.isDarwin if pkgs.stdenv.isDarwin
then pkgs.emptyDirectory # pkgs.ghostty is currently broken on darwin then pkgs.hello # pkgs.ghostty is currently broken on darwin
else pkgs.ghostty; # the stable version else pkgs.ghostty; # the stable version
# package = ghostty.packages.${pkgs.system}.default; # the latest version # package = ghostty.packages.${pkgs.system}.default; # the latest version
enableBashIntegration = false; enableBashIntegration = false;