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
While following the tutorial "Ultimate NixOS Guide | Flakes | Home Manager", I stumbled upon that issue when trying to perform a system update, as instructed in the tutorial: doas nixos-rebuild switch --flake /etc/nixos#default
As the error says, I'm importing a hardware module for my laptop:
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
# Additional hardware settings
<nixos-hardware/tuxedo/infinitybook/pro14/gen7>
In this case, this module is pretty simple, so I could directly import the kernel arguments into my configuration, but being new to NixOS, I'd gladly appreciate it if anyone could give me more context about:
Why this action is failing
What would be the right way to proceed (read: best practices)
What would be the implications of enabling the --impure flag to allow the evaluation
Thanks!
The text was updated successfully, but these errors were encountered:
Hi all,
While following the tutorial "Ultimate NixOS Guide | Flakes | Home Manager", I stumbled upon that issue when trying to perform a system update, as instructed in the tutorial:
doas nixos-rebuild switch --flake /etc/nixos#default
As the error says, I'm importing a hardware module for my laptop:
In this case, this module is pretty simple, so I could directly import the kernel arguments into my configuration, but being new to NixOS, I'd gladly appreciate it if anyone could give me more context about:
--impure
flag to allow the evaluationThanks!
The text was updated successfully, but these errors were encountered: