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 ''; 142 143 passthru = { 144 - inherit (lxd-unwrapped-lts) tests ui; 145 }; 146 147 inherit (lxd-unwrapped-lts) meta pname version;
··· 141 ''; 142 143 passthru = { 144 + inherit (lxd-unwrapped-lts) tests; 145 }; 146 147 inherit (lxd-unwrapped-lts) meta pname version;