Skip to content

Commit

Permalink
chore: test oci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bernokl committed May 6, 2024
1 parent 7cbf4ea commit da79a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/cardano-services/oci-images.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
}
] ''
mkdir -p $out/config
cp ${self}/compose/schedules.json $out/config/schedules.json
cp ${builtins.path { path = self + "/compose/schedules.json"; }} $out/config/schedules.json;
'';
in {
cardano-services = std.lib.ops.mkStandardOCI {
Expand Down

0 comments on commit da79a87

Please sign in to comment.