Add packages.default property

This is useful for doing `nix run $flakeref` and other nix tools
This commit is contained in:
RGBCube
2023-12-06 23:50:44 +03:00
committed by GitHub
parent fe52ea0909
commit c86c558571

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;
}
);