build-support/release: deprecate phases

This commit is contained in:
Felix Buehler 2023-02-12 22:03:22 +01:00
parent 71e21a7234
commit f20a95a86a

View file

@ -88,7 +88,8 @@ rec {
preferLocalBuild = true; preferLocalBuild = true;
_hydraAggregate = true; _hydraAggregate = true;
phases = [ "unpackPhase" "patchPhase" "installPhase" ]; dontConfigure = true;
dontBuild = true;
patchPhase = lib.optionalString isNixOS '' patchPhase = lib.optionalString isNixOS ''
touch .update-on-nixos-rebuild touch .update-on-nixos-rebuild