Merge pull request #1000 from mitchellh/packages-default

Add packages.default property
This commit is contained in:
Mitchell Hashimoto
2023-12-06 13:36:13 -08:00
committed by GitHub

View File

@ -63,6 +63,7 @@
# https://github.com/mitchellh/ghostty/tree/main#developing-ghostty
#
packages.ghostty = pkgs.ghostty;
packages.default = packages.ghostty;
defaultPackage = packages.ghostty;
}
);