Skip to content

Commit

Permalink
update docker.nix file
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 committed Sep 20, 2024
1 parent 58d263f commit 0025f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
args = {
name = image-name;
created = "now";
contents = [ pkgs.cacert ];
contents = [ pkgs.cacert package ];
config = {
Entrypoint = [
"/bin/${package.pname}"
Expand Down

0 comments on commit 0025f26

Please sign in to comment.