mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Quote URLs in NixOS example
This commit is contained in:
@ -521,11 +521,11 @@ Below is a sample on how to add it to a NixOS overlay:
|
|||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
# NOTE: This will require your git SSH access to the repo
|
# NOTE: This will require your git SSH access to the repo
|
||||||
ghostty = {
|
ghostty = {
|
||||||
url = git+ssh://git@github.com/mitchellh/ghostty;
|
url = "git+ssh://git@github.com/mitchellh/ghostty";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user