Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit c5acf57

Browse files
authored
Test trigger hydra (#865)
1 parent a92b112 commit c5acf57

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
hydraJobs = import ./hydraJobs.nix { inherit system; };
104104

105105
} //
106+
106107
tullia.fromSimple system (import ./nix/tullia.nix)
107108
));
108109

hydraJobs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let
2626

2727
windows-plutus-apps-jobs = make-haskell-jobs plutus-project.projectCross.mingwW64;
2828

29-
other-jobs = { inherit (top-level) docs tests plutus-use-cases; };
29+
other-jobs = { inherit (top-level) tests docs plutus-use-cases; };
3030

3131
jobs =
3232
{ native = native-plutus-apps-jobs; } //

plutus-use-cases/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ let
1313
'';
1414

1515
in
16+
1617
generated-puc-scripts-output

0 commit comments

Comments
 (0)