Merge pull request #281 from NixOS/fix-eval

p1: remove nvidia module again
This commit is contained in:
Jörg Thalheim 2021-06-26 15:21:41 +02:00 committed by GitHub
commit 03c60a2db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
{
imports = [
../../../common/cpu/intel
../../../common/gpu/nvidia.nix
# might need nvidia module but we don't know the PCI ids:
# https://github.com/NixOS/nixos-hardware/pull/274#discussion_r650483740
#../../../common/gpu/nvidia.nix
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
];