Merge pull request #201458 from coopbri/fix/misc-module-grammar

nixos/misc: fix grammar typo
This commit is contained in:
Bobby Rong
2022-11-16 16:34:54 +08:00
committed by GitHub
+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,