vanilla should be flavour=vanilla

This commit is contained in:
Sebastian Moser
2024-05-12 17:53:58 +02:00
parent 75867d485e
commit fe411df12d

View File

@@ -342,7 +342,7 @@
"vanilla" = inputs.robotnix.lib.robotnixSystem { "vanilla" = inputs.robotnix.lib.robotnixSystem {
device = "x86_64"; device = "x86_64";
productName = "sdk_x86_64"; productName = "sdk_x86_64";
flavor = "lineageos"; flavor = "vanilla";
}; };
}; };