pinwheel: Correct misspellning in go module enable option

This commit is contained in:
Alexander Heldt
2023-10-26 10:32:44 +02:00
parent 653f0ae5e2
commit 6adb2e794c

View File

@@ -5,7 +5,7 @@ in
{ {
options = { options = {
mod.go = { mod.go = {
enable = lib.mkEnableOption "enable openpn module"; enable = lib.mkEnableOption "enable go module";
}; };
}; };