diff --git a/flake.nix b/flake.nix index 28f8fd273..b1411652b 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,7 @@ # https://github.com/mitchellh/ghostty/tree/main#developing-ghostty # packages.ghostty = pkgs.ghostty; + packages.default = packages.ghostty; defaultPackage = packages.ghostty; } );