This commit is contained in:
2023-11-22 16:06:33 +01:00
parent 3f66618dea
commit 3f1ba57d29

View File

@@ -8,7 +8,6 @@
}:
let
inherit (nixpkgs) callPackage pkgs stdenv;
pbkdf2Sha512 = callPackage ./pbkdf2-sha512.nix { };
in
stdenv.mkDerivation {