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

lxd: drop undefined `ui` attribute
This commit is contained in:
Adam C. Stephens 2024-04-21 17:38:50 -04:00 committed by GitHub
commit 6676e0c067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ symlinkJoin {
'';
passthru = {
inherit (lxd-unwrapped-lts) tests ui;
inherit (lxd-unwrapped-lts) tests;
};
inherit (lxd-unwrapped-lts) meta pname version;