nixos/misc: fix grammar typo

This commit is contained in:
Brian Cooper
2022-11-16 06:54:04 +00:00
committed by GitHub
parent 41d87c3fb7
commit 8b013b65a6
+1 -1
View File
@@ -307,7 +307,7 @@ in
''
else
throw ''
Neither ${opt.hostPlatform} nor or the legacy option ${opt.system} has been set.
Neither ${opt.hostPlatform} nor the legacy option ${opt.system} has been set.
You can set ${opt.hostPlatform} in hardware-configuration.nix by re-running
a recent version of nixos-generate-config.
The option ${opt.system} is still fully supported for NixOS 22.05 interoperability,