| 22 Apr 2026 |
raitobezarius | let's be even more precise | 12:52:06 |
raitobezarius | nix-instantiate --eval -E 'import ./. { system = "x86_64-darwin"; allowAliases = false; overlays = [ (self: super: { stdenv = super.stdenv // { __bootPackages = throw "bye"; }; }) ]; }' also differs in evaluation | 12:52:10 |
raitobezarius | it feels like what trips up the __bootPackages is the series of asserts inside the darwin/default.nix entrypoint | 12:52:40 |
raitobezarius | but I don't know if this needs to be forced to know the list of package names | 12:52:58 |