nixos/lxd: fix default ui package

This commit is contained in:
Jon Seager 2023-07-17 11:13:14 +01:00 committed by Anderson Torres
parent b4c0a4370e
commit 5e73f0c1c9

View File

@ -91,7 +91,7 @@ in {
Enables the (experimental) LXD UI. Enables the (experimental) LXD UI.
''); '');
package = mkPackageOption pkgs.lxd "ui" { }; package = mkPackageOption pkgs.lxd-unwrapped "ui" { };
}; };
}; };
}; };