mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 04:51:31 +03:00
f1268082f9
This is required for more hermetic evals. A simple thing to try is, before this change, replace `default.nix` with `throw "No thanks..."`. It would throw. It was also possible to observe `local.nix` was being included by the warnings. Wioth this change, `release.nix` does not include `local.nix` through `default.nix`. I think this was the last piece of Mobile NixOS that actually relied on `default.nix` being a thing. We have finally completely inverted the control, where `default.nix` uses the helpers, rather than the helpers evaluating a specialized `default.nix`. From now on, it should be entirely safe to experiment with `default.nix`. We should be able to **fail noisily** when a user builds the default empty configuration! |
||
---|---|---|
.. | ||
default.nix | ||
generate-devices-listing.rb |