Skip to content
Snippets Groups Projects
Commit 68f3fc20 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

overlay + libs?

parent 3670d96c
No related branches found
No related tags found
1 merge request!93Update to a newer Haskell.nix
...@@ -34,7 +34,7 @@ in pkgs.haskell-nix.project { ...@@ -34,7 +34,7 @@ in pkgs.haskell-nix.project {
src = ./.; src = ./.;
}; };
modules = [{ modules = [{
packages.PaymentServer.components.library.depends = pkgs.lib.mkForce [ packages.PaymentServer.components.library.libs = pkgs.lib.mkForce [
libchallenge_bypass_ristretto_ffi libchallenge_bypass_ristretto_ffi
]; ];
}]; }];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment