fix: oracle type enum error

This commit is contained in:
Kat Inskip 2022-07-17 18:14:28 -07:00
parent cedfad483a
commit 2cf0261a55
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -9,7 +9,7 @@ in
Canonical Ubuntu provides an EXT4 root filesystem.
Oracle Linux provides an XFS root filesystem.
'';
type = lib.enum [
type = lib.types.enum [
"Canonical Ubuntu"
"Oracle Linux"
];