Skip to content

Commit c46a436

Browse files
committed
debugging
1 parent 65eb1c4 commit c46a436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix-tools/static/zipped.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ let
3939

4040
zippedToolsNoIfdFor = fragment-name:
4141
let
42-
# stringifyInputs = inputs: pkgs.lib.mapAttrsToList (name: value: pkgs.lib.trace "${name}=${value}" "${value}") inputs;
43-
stringifyInputs = inputs: map (x: "${x}") (builtins.attrValues inputs);
42+
stringifyInputs = inputs: pkgs.lib.mapAttrsToList (name: value: pkgs.lib.trace "${name}=${value}" "${value}") inputs;
43+
# stringifyInputs = inputs: map (x: "${x}") (builtins.attrValues inputs);
4444

4545
fragment-drv = "static-nix-tools-outputs.hydraJobs.${pkgs.hostPlatform.system}.zipped.${fragment-name}";
4646
in

0 commit comments

Comments
 (0)