We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e4af9 commit 0b638afCopy full SHA for 0b638af
1 file changed
flake.nix
@@ -125,6 +125,7 @@
125
config,
126
lib,
127
pkgs,
128
+ options,
129
...
130
}:
131
@@ -150,7 +151,7 @@
150
151
152
config = lib.mkIf cfg.enable (
153
let
- hasOverrideOption = lib.versionAtLeast (lib.versions.majorMinor lib.version) "25.11";
154
+ hasOverrideOption = lib.hasAttrByPath [ "hardware" "cpu" "amd" "microcodePackage" ] options;
155
in
156
lib.mkMerge [
157
{
0 commit comments