nixos-test-driver: reduce unnecessary rebuilds for now

This commit is contained in:
Vladimír Čunát
2026-04-23 14:43:46 +02:00
parent 133e3555ff
commit ea9c3ae589
+3 -3
View File
@@ -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.