From 5f20ae5ee927d6213d467a2d3fae70df06b377b9 Mon Sep 17 00:00:00 2001 From: x-mass <36629999+x-mass@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:29:33 +0000 Subject: [PATCH] nix... --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };