Ana Hobden

Results 390 comments of Ana Hobden
trafficstars

This looks similar to https://github.com/DeterminateSystems/nix-installer/issues/810... Hmm...

@lorenz The goal is to make it so yes! There is some work to do to get there and I think all of us have been rather distracted with some...

Please label all PRs for this with the "Migrated RFC" tag so our team can know that it has already been accepted/implemented.

This would require adding things like cookie disclaimers as well as asking users to **opt in** to this process due to European GDPR. So our data would be at best...

That is unexpected. I'll try to reproduce. We don't create a `~/.cache` directory, the installer runs as root, and won't manipulate your user homedir.

I'm unfortunately not able to reproduce this. Here I check to see I have no existing nix related things in my homedir: ```bash ephemeraladmin@mac-epic-turducken ~ % ls ~/.cache ~/.local/state/nix ~/.nix-profile...

Prior to installing using this `nix-installer`, did you have any existing remnants of an old Nix install by chance? Some semantics around profiles changed in the last few versions and...

It's possible you had some data in your home folder as well now that I think about it. There are some files (eg `~/.nix-profile`, `~/.nix-channels`) which are user based that...

It's unclear to my why `nix-store --load-db` would fail without printing to stderr. It's also unclear to me how setting `LD_LIBRARY_PATH` solves your issue... If your workaround is to chown...