mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
tests/nvidia-container-toolkit: hardware.opengl -> graphics
This commit is contained in:
parent
0780a3ebc8
commit
d970b4d6cd
@ -126,7 +126,7 @@ import ./make-test-python.nix (
|
|||||||
open = true;
|
open = true;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable.open;
|
package = config.boot.kernelPackages.nvidiaPackages.stable.open;
|
||||||
};
|
};
|
||||||
opengl.enable = true;
|
graphics.enable = true;
|
||||||
};
|
};
|
||||||
virtualisation.containers.enable = true;
|
virtualisation.containers.enable = true;
|
||||||
};
|
};
|
||||||
@ -149,7 +149,7 @@ import ./make-test-python.nix (
|
|||||||
open = true;
|
open = true;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable.open;
|
package = config.boot.kernelPackages.nvidiaPackages.stable.open;
|
||||||
};
|
};
|
||||||
opengl.enable = true;
|
graphics.enable = true;
|
||||||
};
|
};
|
||||||
virtualisation.containers.enable = true;
|
virtualisation.containers.enable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user