Ana Hobden

Results 239 comments of Ana Hobden

@acrobat I see this is no longer on the 1.5.0 milestone. Do you need anything else to help land this?

@wafflespeanut Do you think we could start preliminary support by having a way to output the required AWS config imformation for other clients?

Feel free to open a WIP PR if you'd like some inline feedback/suggestions! :)

I suspect this may be related to a recent change on Mac. :(

This is generally a sign that there is something wrong with your Nix Store APFS volume that should have been created, or the service that is supposed to mount it....

I was trying to reproduce this on an older Mac install I had and was not able to. I suspect it's related to something that changed in 0.15, perhaps related...

I tested this again in 0.16.0 today and was able to confirm it. Noting you do need to `nix profile install nixpkgs#hello` before entering the `nix shell` to reproduce.

I was able to reproduce this on an aarch64 Sonoma 14.3 using the installer from https://nixos.org/download as well as ours, in your issue you stated you also tried with the...

There is a way to override which user ID the installer starts at, the `--nix-build-user-id-base` flag or `NIX_INSTALLER_NIX_BUILD_USER_ID_BASE` environment: https://github.com/DeterminateSystems/nix-installer/blob/15802f0730689f2016058e3b5343e40b9ca299f2/src/settings.rs#L129-L143 This is documented in `nix-installer install --help`: ``` --nix-build-user-id-base The...