diff --git a/flake.nix b/flake.nix index 1e1b27d8..17a6e9c1 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ parallel-crypto3 = { url = "git+https://github.com/NilFoundation/parallel-crypto3?submodules=1"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.crypto3.follows = "crypto3"; + # inputs.crypto3.follows = "crypto3"; }; flake-utils.url = "github:numtide/flake-utils"; };