diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-17 20:34:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 20:34:53 +0300 |
commit | 58b8fe093da506595118076cedbdeee4aa6d20b0 (patch) | |
tree | c9f0665461e66b57419d82bbccc4ec5c5669f147 /src/nix/install.sh | |
parent | 79588ef3da9abb2b536583130653b05030e8e5a6 (diff) |
Fix typos in comments / *.md (#396)
Diffstat (limited to 'src/nix/install.sh')
-rwxr-xr-x | src/nix/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/install.sh b/src/nix/install.sh index dcddcfd..80f9ace 100755 --- a/src/nix/install.sh +++ b/src/nix/install.sh @@ -12,7 +12,7 @@ FLAKEURI="${FLAKEURI:-""}" EXTRANIXCONFIG="${EXTRANIXCONFIG:-""}" USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}" -# Nix keys for securly verifying installer download signature per https://nixos.org/download.html#nix-verify-installation +# Nix keys for securely verifying installer download signature per https://nixos.org/download.html#nix-verify-installation NIX_GPG_KEYS="B541D55301270E0BCF15CA5D8170B4726D7198DE" GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com keyserver hkps://keys.openpgp.org |