<confusus>
Hello, you probably don't have time for me. I was running into an issue when updating my home-manager packages using `home-manager switch --show-trace` but I'm neither getting a trace or new packages. This is the response I get and I don't know how to debug this;
<confusus>
➜ home-manager switch --show-traceerror: The option `nixpkgs.localSystem' defined in `<unknown-file>' does not exist.(use '--show-trace' to show detailed location information
<NobbZ[m]>
Do you have your config available online?
<NobbZ[m]>
Unstable needs to use home-manager master
<confusus>
Awesome, thanks :D
confusus has quit [Remote host closed the connection]
cole-h has quit [Quit: Goodbye]
confusus has joined #home-manager
<confusus>
Thanks again for the help with the previous issue :D . I have another one, a smaller one though. I want to update a github rev; https://gist.github.com/confususs/f0ee5cd83b8288161b6c5117847a7ab3#file-home-nix-L132, but if I do so it won't download the new file, even if I update the sha256. Instead; my old sha256 is still referenced in my
<confusus>
`.config/oh-my-zsh/custom/themes`. I knew there was a trick to make it think it should be updated; but I forgot..
<confusus>
nvm~! I just learned again; you can force update by updating the name :)
<DamienCassou>
hi
<confusus>
hi :)
<DamienCassou>
`home-manager -I home-manager=/path/to/home-manager switch` works perfectly but if I add `home-manager=/pat/to/home-manager` to `NIX_PATH`, then `home-manager switch` doesn't work (it complains that gtk.gtk3.bookmarks does not exist)
<NobbZ[m]>
Both calls should be equivalent. Are you sure you set "NIX_PATH" in the correct shell? To the correct value?
<DamienCassou>
NobbZ: I'm quite sure. Here is the log: http://ix.io/2vQM