Skip to content

Commit

Permalink
nixos/hydra: use set-default in hydra-env wrapper package
Browse files Browse the repository at this point in the history
  • Loading branch information
999eagle committed Feb 12, 2024
1 parent faf912b commit b670443
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 b670443

Please sign in to comment.