Skip to content
Draft
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/acts-generic/0.1.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-09-15T08:37:22Z
github = { repo = "intersectmbo/ouroboros-network", rev = "53342640512257744734801ff07492e7cd1a8366" }
subdir = 'acts-generic'
3 changes: 3 additions & 0 deletions _sources/cardano-client/0.6.1.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-09-15T08:37:23Z
github = { repo = "intersectmbo/ouroboros-network", rev = "53342640512257744734801ff07492e7cd1a8366" }
subdir = 'cardano-client'
3 changes: 3 additions & 0 deletions _sources/dmq-node/0.1.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-09-15T08:37:24Z
github = { repo = "intersectmbo/ouroboros-network", rev = "53342640512257744734801ff07492e7cd1a8366" }
subdir = 'dmq-node'
3 changes: 3 additions & 0 deletions _sources/network-mux/0.9.1.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-09-15T08:37:25Z
github = { repo = "intersectmbo/ouroboros-network", rev = "53342640512257744734801ff07492e7cd1a8366" }
subdir = 'network-mux'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network-api/0.17.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-09-15T08:37:27Z
github = { repo = "intersectmbo/ouroboros-network", rev = "53342640512257744734801ff07492e7cd1a8366" }
subdir = 'ouroboros-network-api'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network-framework/0.20.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-09-15T08:37:28Z
github = { repo = "intersectmbo/ouroboros-network", rev = "53342640512257744734801ff07492e7cd1a8366" }
subdir = 'ouroboros-network-framework'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network-protocols/0.16.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-09-15T08:37:29Z
github = { repo = "intersectmbo/ouroboros-network", rev = "53342640512257744734801ff07492e7cd1a8366" }
subdir = 'ouroboros-network-protocols'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network-testing/0.8.3.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-09-15T08:37:30Z
github = { repo = "intersectmbo/ouroboros-network", rev = "53342640512257744734801ff07492e7cd1a8366" }
subdir = 'ouroboros-network-testing'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network/0.23.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-09-15T08:37:26Z
github = { repo = "intersectmbo/ouroboros-network", rev = "53342640512257744734801ff07492e7cd1a8366" }
subdir = 'ouroboros-network'
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions nix/builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ let
extra-packages: ${package-id}
constraints: ghc source
allow-newer: ghc:Cabal

source-repository-package
type: git
location: https://github.com/input-output-hk/kes-agent
tag: ebf8c0e480adf7b3ccd68bc7dd5b57f781f369ea
--sha256: sha256-QIb6qgcwtO7aB9PUhZTHyKw50GV3ViXOakQvnR3HFIY=
subdir: kes-agent-crypto
'';
configureArgs = "--allow-boot-library-installs";

Expand Down
Loading