best practices: get rid of with pkgs;
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [ vpl-gpu-rt ];
|
||||
extraPackages = [ pkgs.vpl-gpu-rt ];
|
||||
};
|
||||
};
|
||||
boot = {
|
||||
|
||||
Reference in New Issue
Block a user