Merge pull request #305811 from trofi/lxd-no-ui

lxd: drop undefined `ui` attribute

authored by Adam C. Stephens and committed by GitHub 6676e0c0 06906a9e

+1 -1
+1 -1
pkgs/by-name/lx/lxd-lts/package.nix
··· 141 141 ''; 142 142 143 143 passthru = { 144 - inherit (lxd-unwrapped-lts) tests ui; 144 + inherit (lxd-unwrapped-lts) tests; 145 145 }; 146 146 147 147 inherit (lxd-unwrapped-lts) meta pname version;