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 52ec8e9 commit 6416841Copy full SHA for 6416841
nix/builder.nix
@@ -39,6 +39,14 @@ let
39
extra-packages: ${package-id}
40
constraints: ghc source
41
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
49
+ kes-agent-crypto
50
'';
51
configureArgs = "--allow-boot-library-installs";
52
0 commit comments