mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
Merge pull request #1000 from mitchellh/packages-default
Add packages.default property
This commit is contained in:
@ -63,6 +63,7 @@
|
|||||||
# https://github.com/mitchellh/ghostty/tree/main#developing-ghostty
|
# https://github.com/mitchellh/ghostty/tree/main#developing-ghostty
|
||||||
#
|
#
|
||||||
packages.ghostty = pkgs.ghostty;
|
packages.ghostty = pkgs.ghostty;
|
||||||
|
packages.default = packages.ghostty;
|
||||||
defaultPackage = packages.ghostty;
|
defaultPackage = packages.ghostty;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user