Skip to content

Commit db5cee7

Browse files
committed
Added kes-agent-crypto as an SRP
`kes-agent-crypto` is not yet published to `CHaP`.
1 parent 52ec8e9 commit db5cee7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nix/builder.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ let
3939
extra-packages: ${package-id}
4040
constraints: ghc source
4141
allow-newer: ghc:Cabal
42+
43+
source-repository-package
44+
type: git
45+
location: https://github.com/input-output-hk/kes-agent
46+
tag: ebf8c0e480adf7b3ccd68bc7dd5b57f781f369ea
47+
--sha256: sha256-QIb6qgcwtO7aB9PUhZTHyKw50GV3ViXOakQvnR3HFIY=
48+
subdir: kes-agent-crypto
4249
'';
4350
configureArgs = "--allow-boot-library-installs";
4451

0 commit comments

Comments
 (0)