<nerdypepper>
hiya o/, i upgraded to the 20.09 channel, and ran home-manager switch, and got this error: https://pastebin.com/s6u9arLH, am i doing something wrong?
<nerdypepper>
i am using nixos 20.03, i have upgraded to the 20.09 channel with `nix-channel --add` and `nixos-rebuild --switch`
<{^_^}>
nix-community/home-manager#1479 (by happysalada, 5 weeks ago, closed): On unstable channel, home manager can't be built anymore because of manual combined
<nerdypepper>
zmacs: thanks a ton! ive got it working now
<zmacs>
Great
monotux has quit [Quit: Ping timeout (120 seconds)]
monotux has joined #home-manager
MmeQuignon has joined #home-manager
MmeQuignon has quit [Client Quit]
__monty__ has joined #home-manager
MmeQuignon has joined #home-manager
<MmeQuignon>
Hi! I have installed home-manager as a module here, but I can't remember how make my nixos configuration use a local clone. If I'm not wrong, I can't see how to do it in the documentation. Is there someone to help me? Thanks!
<__monty__>
MmeQuignon: Rather than `import <nixos>` you'd point it to the root of the repo. Or you could change the definition of <nixos> in NIX_PATH.
<MmeQuignon>
Hi __monty__, thanks for your answer! I'm not sure to understand what you mean. The only thing I do in my nixos configuration is to import <home-manager/nixos>
<MmeQuignon>
I tried to replace that import by the path of my home-manager clone
<MmeQuignon>
rycee helped me with that a few months ago, I just had to modify one line, but I just can't remember ^^'
<MmeQuignon>
__monty__ nevermind, I found that discussion in the logs. Thanks!