mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Add packages.default property
This is useful for doing `nix run $flakeref` and other nix tools
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