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
the v3 migration docs state that For example, if you created a home homes/x86_64-linux/jake/default.nix, the home will be included for every x86_64-linux machine and will be exported on your Flake as homeConfigurations."jake@x86_64-linux".
but the generated homeConfiguration will actually be named only "jake"
that becomes a problem as soon as you try to create a target wide home config for more than one target as only the first one ( or only one, can't really tell if it's the first one ) seems to be build
in my exact case I defined a target wide home config for both x86_64-linux and aarch64-linux and while the x86_64-linux config kept building just fine the aarch64-linux one failed, not being able to find the defined home-manager user
my homeConfigurations included only one config with the plain name, no @<target>
The text was updated successfully, but these errors were encountered:
I have a few struggles on my side too and I confirm the behavior: my homes/aarch64-darwin/luka and homes/x86_64-linux/luka targets are merged and prevent rebuilds.
the v3 migration docs state that For example, if you created a home homes/x86_64-linux/jake/default.nix, the home will be included for every x86_64-linux machine and will be exported on your Flake as homeConfigurations."jake@x86_64-linux".
but the generated homeConfiguration will actually be named only "jake"
that becomes a problem as soon as you try to create a target wide home config for more than one target as only the first one ( or only one, can't really tell if it's the first one ) seems to be build
in my exact case I defined a target wide home config for both
x86_64-linux
andaarch64-linux
and while thex86_64-linux
config kept building just fine theaarch64-linux
one failed, not being able to find the defined home-manager usermy homeConfigurations included only one config with the plain name, no
@<target>
The text was updated successfully, but these errors were encountered: