Unverified Commit ea9c3ae5 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

nixos-test-driver: reduce unnecessary rebuilds for now

parent 133e3555
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -61,15 +61,15 @@ buildPythonApplication {
    util-linux
    vde2
  ]
  ++ lib.optionals stdenv.isLinux [
    vhost-device-vsock
  ]
  ++ lib.optionals enableNspawn [
    systemd
  ]
  ++ lib.optionals enableOCR [
    imagemagick_light
    tesseract4
  ]
  ++ lib.optionals stdenv.isLinux [
    vhost-device-vsock
  ];

  # containers test requires extra nix features that are not available in ofborg.