rycee@lemmy.worldtoNix / NixOS@programming.dev•[Solved] [Help] System configuration files check wantedEnglish
2·
14 days agoYou don’t seem to actually use inputs
in your home.nix
file so in principle you should be able to remove the
home-manager.extraSpecialArgs = { inherit inputs; };
line. Doesn’t hurt to keep it, though, if you think you may use inputs
in the future.
The change you propose in 3 would not work the way you expect, the extraSpecialArgs
needs to be set for Home Manager, not NixOS. My guess is that the nixosSystem
function simply would ignore the extraSpecialArgs
parameter.
I’ve been trying out Grav for a while and it’s pretty cool. Relatively easy to self-host.