mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
tests/nvidia-container-toolkit: hardware.opengl -> graphics
This commit is contained in:
parent
0780a3ebc8
commit
d970b4d6cd
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ import ./make-test-python.nix (
|
|||
open = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable.open;
|
||||
};
|
||||
opengl.enable = true;
|
||||
graphics.enable = true;
|
||||
};
|
||||
virtualisation.containers.enable = true;
|
||||
};
|
||||
|
@ -149,7 +149,7 @@ import ./make-test-python.nix (
|
|||
open = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable.open;
|
||||
};
|
||||
opengl.enable = true;
|
||||
graphics.enable = true;
|
||||
};
|
||||
virtualisation.containers.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue