Skip to content

Commit

Permalink
fixup! WIP: replace microsoft kata with upstream kata
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Jul 23, 2024
1 parent acf7a16 commit a84dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/by-name/contrast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let
launchDigest = builtins.readFile "${kata.runtime-class-files}/launch-digest.hex";

runtimeHandler = lib.removeSuffix "\n" (
builtins.readFile "${microsoft.runtime-class-files}/runtime-handler"
builtins.readFile "${kata.runtime-class-files}/runtime-handler"
);

packageOutputs = [
Expand Down

0 comments on commit a84dbfb

Please sign in to comment.