Skip to content

Commit

Permalink
Merge pull request #1401 from input-output-hk/lc/rename-embed-revisio…
Browse files Browse the repository at this point in the history
…n-apps

Name exposed nix apps after the attribute name
  • Loading branch information
locallycompact committed Apr 19, 2024
2 parents 02dcdc0 + 4cc25dd commit 743f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/hydra/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let
# Using mkDerivation instead of runCommand to make sure to use the same
# stdenv as the original drv (important to determine targetPlatform).
drv.stdenv.mkDerivation {
name = "${exe}-with-revision";
name = "${exe}";
phases = [ "buildPhase" ];
buildPhase = ''
set -e
Expand Down

0 comments on commit 743f8ab

Please sign in to comment.