You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I updated my flake and rebuilt my config on my FW16, and now I get this:
… while calling the 'head' builtin
at /nix/store/l9nb64iii15y0nr37qrs1cfm6rlpg6gh-source/lib/attrsets.nix:1574:11:
1573| || pred here (elemAt values 1) (head values) then
1574| head values
| ^
1575| else
… while evaluating the attribute 'value'
at /nix/store/l9nb64iii15y0nr37qrs1cfm6rlpg6gh-source/lib/modules.nix:846:9:
845| in warnDeprecation opt //
846| { value = addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
847| inherit (res.defsFinal') highestPrio;
… while evaluating the option `system.build.toplevel':
… while evaluating definitions from `/nix/store/l9nb64iii15y0nr37qrs1cfm6rlpg6gh-source/nixos/modules/system/activation/top-level.nix':
… while evaluating the option `system.systemBuilderArgs':
… while evaluating definitions from `/nix/store/l9nb64iii15y0nr37qrs1cfm6rlpg6gh-source/nixos/modules/system/activation/activatable-system.nix':
… while evaluating the option `system.activationScripts.etc.text':
… while evaluating definitions from `/nix/store/l9nb64iii15y0nr37qrs1cfm6rlpg6gh-source/nixos/modules/system/etc/etc-activation.nix':
… while evaluating definitions from `/nix/store/l9nb64iii15y0nr37qrs1cfm6rlpg6gh-source/nixos/modules/system/etc/etc.nix':
… while evaluating the option `environment.etc.dbus-1.source':
… while evaluating the default value of option `hardware.framework.enableKmod`
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: attribute 'kernelPackages' missing
at /nix/store/1yy1mqy4jj3xy298p6svvqr6s8gqdy3l-source/framework/kmod.nix:3:50:
2| let
3| kernel_version_compatible = lib.versionAtLeast config.boot.kernelPackages.kernel.version "6.10";
| ^
4| in {
The text was updated successfully, but these errors were encountered:
Hi, I updated my flake and rebuilt my config on my FW16, and now I get this:
The text was updated successfully, but these errors were encountered: