Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _sources/hydra-cardano-api/0.13.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2023-10-11T12:35:06Z
github = { repo = "input-output-hk/hydra", rev = "9f1027e0fdff6765f5233f19c4639fdaa3558bfa" }
subdir = 'hydra-cardano-api'
3 changes: 3 additions & 0 deletions _sources/hydra-cluster/0.13.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2023-10-12T13:35:13Z
github = { repo = "input-output-hk/hydra", rev = "9f1027e0fdff6765f5233f19c4639fdaa3558bfa" }
subdir = 'hydra-cluster'
3 changes: 3 additions & 0 deletions _sources/hydra-node/0.13.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2023-10-11T12:35:06Z
github = { repo = "input-output-hk/hydra", rev = "9f1027e0fdff6765f5233f19c4639fdaa3558bfa" }
subdir = 'hydra-node'
3 changes: 3 additions & 0 deletions _sources/hydra-plutus-extras/0.13.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2023-10-11T12:35:06Z
github = { repo = "input-output-hk/hydra", rev = "9f1027e0fdff6765f5233f19c4639fdaa3558bfa" }
subdir = 'hydra-plutus-extras'
3 changes: 3 additions & 0 deletions _sources/hydra-plutus/0.13.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2023-10-11T12:35:06Z
github = { repo = "input-output-hk/hydra", rev = "9f1027e0fdff6765f5233f19c4639fdaa3558bfa" }
subdir = 'hydra-plutus'
3 changes: 3 additions & 0 deletions _sources/hydra-prelude/0.13.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2023-10-11T12:35:06Z
github = { repo = "input-output-hk/hydra", rev = "9f1027e0fdff6765f5233f19c4639fdaa3558bfa" }
subdir = 'hydra-prelude'
3 changes: 3 additions & 0 deletions _sources/hydra-test-utils/0.13.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2023-10-11T12:35:06Z
github = { repo = "input-output-hk/hydra", rev = "9f1027e0fdff6765f5233f19c4639fdaa3558bfa" }
subdir = 'hydra-test-utils'
3 changes: 3 additions & 0 deletions _sources/hydra-tui/0.13.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2023-10-11T12:35:06Z
github = { repo = "input-output-hk/hydra", rev = "9f1027e0fdff6765f5233f19c4639fdaa3558bfa" }
subdir = 'hydra-tui'
24 changes: 24 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,30 @@
quickcheck-threatmodel = {
ghc96.enabled = false;
};
hydra-prelude = {
ghc96.enabled = false;
};
hydra-plutus = {
ghc96.enabled = false;
};
hydra-plutus-extras = {
ghc96.enabled = false;
};
hydra-cardano-api = {
ghc96.enabled = false;
};
hydra-node = {
ghc96.enabled = false;
};
hydra-tui = {
ghc96.enabled = false;
};
hydra-test-utils = {
ghc96.enabled = false;
};
hydra-cluster = {
ghc96.enabled = false;
};
};

# Extra configurations (possibly compiler-dependent) to add to all projects.
Expand Down