| 23 Mar 2023 |
raitobezarius | I am running into a lot of Nix bizarre errors related to NAR parsing or this kind of stuff | 23:30:39 |
raitobezarius | I suppose this is a Nix 2.14 thing and hope the future will be better | 23:30:48 |
raitobezarius |
/dev/disk3s1 228Gi 41Gi 142Gi 23% 798275 1486071440 0% /System/Volumes/Data
| 23:36:23 |
raitobezarius | perfect | 23:36:24 |
tomberek | impureHostDeps is handled by the builder as it is setting up the build sandbox | 23:38:18 |
raitobezarius | hm, Nix 2.11.0 is running on the Darwin builder | 23:39:00 |
raitobezarius | tomberek: do you have an idea what would make the impureHostDeps change though? | 23:39:11 |
raitobezarius | I had this error and just after re-running the command, it disappeared | 23:39:19 |
| 24 Mar 2023 |
tomberek | Hrm. The Darwin build setup is a bit fuzzier in my mind. So im not sure what could cause that. Any relevant issues in the Nix repo? | 00:24:48 |
raitobezarius | I will check, heading to bed | 00:26:18 |
raitobezarius | Thanks! | 00:26:20 |
DavHau | I've seen the impure-host-deps error in places where Darwin builds are accidentally ran by a linux host or vice versa. Usually the trigger for this is using `nix --system` flag to run remote builds, as --system changes nix' perceived system of the local machine, not only the eval time system. | 02:44:26 |