Skip to content

Commit

Permalink
fix: Nix evaluation of ci/release.nix (#962)
Browse files Browse the repository at this point in the history
#949 removed the `x86_64-linux` attribute of the `publish.dfx.x86_64-linux` job which broke evaluation of `ci/release.nix`.
  • Loading branch information
basvandijk authored Aug 26, 2020
1 parent 3b8fa43 commit adcccac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ let
ci = import ./ci.nix { inherit src releaseVersion; };
in
if !doRelease then {} else {
publish.dfx.x86_64-linux = ci.publish.dfx.x86_64-linux;
publish.dfx = ci.publish.dfx;
}

0 comments on commit adcccac

Please sign in to comment.