From f1223709e193c4513047293a1a42b55b9e8874b8 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Thu, 18 Jul 2024 15:47:29 +0200 Subject: Added argon2i as hashing alg with one test --- modules/crypto/.nix/derivation.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/crypto/.nix/derivation.nix') diff --git a/modules/crypto/.nix/derivation.nix b/modules/crypto/.nix/derivation.nix index d470509..827eac0 100644 --- a/modules/crypto/.nix/derivation.nix +++ b/modules/crypto/.nix/derivation.nix @@ -22,7 +22,8 @@ in stdenv.mkDerivation { ]; buildInputs = [ - forstio.core + forstio.core + forstio.codec libargon2 ]; -- cgit v1.2.3