DBCDK / morph

NixOS deployment tool
MIT License
839 stars 63 forks source link

evalConfig: Ensure system is null for eval-config #204

Closed srhb closed 1 year ago

srhb commented 1 year ago

Otherwise we get failures in hermetic builds where builtins.currentSystem does not exist

See https://github.com/NixOS/nixpkgs/commit/693e2c32871dcea7fe2ef455ee77571d3a117499 for the change that made this necessary