about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2024-02-01 08:22:55 -0500
committerAdam Stephens <adam@valkor.net>2024-02-02 13:04:13 -0500
commit5f087b3221142436513d2941392d09d5e8a922c5 (patch)
tree29f50e126431821657cc5f3c14d6a0ebd2cffdee /nixos/tests
parenta55e16ad8d215cf96b5415bccd418b61b99936ab (diff)
incus: lxd-to-incus is now part of main package
Previously upstream was packaging this separately due to the inclusion
of lxd in the go dependencies. This has been dropped and the package
has been merged into the main go.mod file.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/incus/lxd-to-incus.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/incus/lxd-to-incus.nix b/nixos/tests/incus/lxd-to-incus.nix
index 42a47a6a07af5..c0fc98c224df1 100644
--- a/nixos/tests/incus/lxd-to-incus.nix
+++ b/nixos/tests/incus/lxd-to-incus.nix
@@ -18,8 +18,6 @@ import ../make-test-python.nix (
     nodes.machine =
       { lib, ... }:
       {
-        environment.systemPackages = [ pkgs.lxd-to-incus ];
-
         virtualisation = {
           diskSize = 6144;
           cores = 2;