Unverified Commit 438139cc authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #216060 from Stunkymonkey/build-support-release-deprecate-phases

build-support/release: deprecate phases
parents 47a0bced f20a95a8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -88,7 +88,8 @@ rec {
      preferLocalBuild = true;
      _hydraAggregate = true;

      phases = [ "unpackPhase" "patchPhase" "installPhase" ];
      dontConfigure = true;
      dontBuild = true;

      patchPhase = lib.optionalString isNixOS ''
        touch .update-on-nixos-rebuild