🐛 fix nvdia driver not building
This commit is contained in:
parent
0272237c04
commit
ffced49e21
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
];
|
||||
|
||||
# KERNEL
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# HACK to get nvidia driver to build
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# BOOT
|
||||
boot = {
|
||||
|
|
Loading…
Reference in a new issue