Skip to content

Commit

Permalink
Merge pull request #287257 from 999eagle/fix/hydra-pg-application-name
Browse files Browse the repository at this point in the history
nixos/hydra: use set-default in hydra-env wrapper package
  • Loading branch information
Artturin authored Feb 18, 2024
2 parents 533f3d8 + b670443 commit dab023d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let

hydra-package =
let
makeWrapperArgs = concatStringsSep " " (mapAttrsToList (key: value: "--set \"${key}\" \"${value}\"") hydraEnv);
makeWrapperArgs = concatStringsSep " " (mapAttrsToList (key: value: "--set-default \"${key}\" \"${value}\"") hydraEnv);
in pkgs.buildEnv rec {
name = "hydra-env";
nativeBuildInputs = [ pkgs.makeWrapper ];
Expand Down

0 comments on commit dab023d

Please sign in to comment.