fix incorrect attribute after nixpkgs update
This commit is contained in:
parent
d29a2942c6
commit
ad665b72da
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
KernelExperimental = true;
|
||||
};
|
||||
};
|
||||
package = pkgs.bluez.override { withExperimental = true; };
|
||||
package = pkgs.bluez.override { enableExperimental = true; };
|
||||
};
|
||||
cpu.intel.updateMicrocode = lib.mkDefault true;
|
||||
enableRedistributableFirmware = true;
|
||||
|
|
Loading…
Reference in a new issue