Skip to content

Commit 1b46f18

Browse files
daddykotexGabriella439
authored andcommitted
Attempt at fixing missing root certificate, #1491 (#1493)
* Attempt at fixing missing root certificate, #1491 #1491 * Remove extra comma in shared.nix Co-Authored-By: Simon Jakobi <simon.jakobi@gmail.com> * Update nix/shared.nix Co-Authored-By: Gabriel Gonzalez <Gabriel439@gmail.com>
1 parent 976f707 commit 1b46f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/shared.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ let
640640
pkgs.dockerTools.buildImage {
641641
inherit name;
642642

643-
contents = [ possibly-static."${name}" ];
643+
contents = [ possibly-static."${name}" pkgs.cacert ];
644644
};
645645

646646
in

0 commit comments

Comments
 (0)