[src] fix BASE_PACKAGES

This commit is contained in:
Philip Mueller 2023-06-22 09:38:37 +02:00
parent 153c408c87
commit 98a475feb9

View File

@ -7,6 +7,6 @@ Storage=volatile
SystemMaxUse=16M
";
pub const BASE_PACKAGES: [&str; 9] = ["base"];
pub const BASE_PACKAGES: [&str; 1] = ["base"];
pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"];