lxd: reference nixos tests

launchpad/nixpkgs/master
Jörg Thalheim 4 years ago committed by Maciej Krüger
parent 80e263b389
commit c1b8fdf83b
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
  1. 3
      pkgs/tools/admin/lxd/default.nix

@ -7,6 +7,7 @@
, bash
, installShellFiles
, nftablesSupport ? false
, nixosTests
}:
let
@ -58,6 +59,8 @@ buildGoPackage rec {
installShellCompletion --bash --name lxd go/src/github.com/lxc/lxd/scripts/bash/lxd-client
'';
passthru.tests.lxd = nixosTests.lxd;
nativeBuildInputs = [ installShellFiles pkg-config makeWrapper ];
buildInputs = [ lxc acl libcap libco-canonical.dev dqlite.dev
raft-canonical.dev sqlite-replication udev.dev ];

Loading…
Cancel
Save