diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-18 15:47:29 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-18 15:47:29 +0200 |
commit | f1223709e193c4513047293a1a42b55b9e8874b8 (patch) | |
tree | 874e76039ec3885e1448d69f14abd42763f4ba7b /modules/crypto/.nix/derivation.nix | |
parent | e732c6efd96a22296591f3becc1c63fc80299938 (diff) |
Added argon2i as hashing alg with one test
Diffstat (limited to 'modules/crypto/.nix/derivation.nix')
-rw-r--r-- | modules/crypto/.nix/derivation.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 ]; |