Add packages.default property

This is useful for doing `nix run $flakeref` and other nix tools
pull/1000/head
RGBCube 2023-12-06 23:50:44 +03:00 committed by GitHub
parent fe52ea0909
commit c86c558571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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