Unverified Commit 6676e0c0 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

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

lxd: drop undefined `ui` attribute
parents 06906a9e c2e414fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ symlinkJoin {
  '';

  passthru = {
    inherit (lxd-unwrapped-lts) tests ui;
    inherit (lxd-unwrapped-lts) tests;
  };

  inherit (lxd-unwrapped-lts) meta pname version;