about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAdam C. Stephens <2071575+adamcstephens@users.noreply.github.com>2024-04-21 17:38:50 -0400
committerGitHub <noreply@github.com>2024-04-21 17:38:50 -0400
commit6676e0c06743fb95b7b36dfbb92d96f64f27100e (patch)
treec9a0bbe370e9a691737f274976d37f92abdb30c8 /pkgs
parent06906a9e7ff6c652a27980204e18a59517e76fda (diff)
parentc2e414fbee052ebf047fb9ae783233ffa4d86d09 (diff)
Merge pull request #305811 from trofi/lxd-no-ui
lxd: drop undefined `ui` attribute
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/lx/lxd-lts/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/lx/lxd-lts/package.nix b/pkgs/by-name/lx/lxd-lts/package.nix
index 67dda7437b8fd..ef61e0a7bcceb 100644
--- a/pkgs/by-name/lx/lxd-lts/package.nix
+++ b/pkgs/by-name/lx/lxd-lts/package.nix
@@ -141,7 +141,7 @@ symlinkJoin {
   '';
 
   passthru = {
-    inherit (lxd-unwrapped-lts) tests ui;
+    inherit (lxd-unwrapped-lts) tests;
   };
 
   inherit (lxd-unwrapped-lts) meta pname version;