We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1a8db commit 7f13e83Copy full SHA for 7f13e83
flake.lock
flake.nix
@@ -45,6 +45,11 @@
45
url = "github:phadej/gentle-introduction";
46
flake = false;
47
};
48
+ # === vvv TEMPORARY vvv ===
49
+ peras-demo = {
50
+ url = "github:tweag/cardano-peras/demo";
51
+ };
52
+ # === ^^^ TEMPORARY ^^^ ===
53
54
outputs = inputs:
55
let
@@ -90,7 +95,11 @@
90
95
packages = [ pkgs.nodejs pkgs.yarn ];
91
96
92
97
93
- inherit hydraJobs;
98
99
+ hydraJobs = hydraJobs // {
100
+ peras-demo.required = inputs.peras-demo.packages.${system}.demo;
101
102
94
103
legacyPackages = pkgs;
104
packages = hydraJobs.native.haskell96.exesNoAsserts;
105
}
0 commit comments