mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Packages] fix issues with newer flake-utils-plus versions overriding nixpkgs.pkgs
Will probably drop flake-utils-plus in the future because of that.
This commit is contained in:
parent
b2e758f4c8
commit
0e3649ddee
3 changed files with 10 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ in {
|
|||
]
|
||||
;
|
||||
|
||||
nixpkgs.config.rocmSupport = mkDefault devCfg.enable;
|
||||
aviallon.programs.config.rocmSupport = mkDefault devCfg.enable;
|
||||
|
||||
services.xserver.videoDrivers = []
|
||||
++ optional cfg.useProprietary "amdgpu-pro"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue