diff --git a/cryptoids.nix b/cryptoids.nix index b842ca0..6194c46 100644 --- a/cryptoids.nix +++ b/cryptoids.nix @@ -3,5 +3,6 @@ rec { cryptoids-types = callPackage ./cryptoids-types/cryptoids-types.nix {}; uuid-crypto = callPackage ./uuid-crypto/uuid-crypto.nix {}; + filepath-crypto = callPackage ./filepath-crypto/filepath-crypto.nix {}; cryptoids = callPackage ./cryptoids/cryptoids.nix { inherit cryptoids-types; }; }