From 6916f0746d2ced269b84cc44e2a0064ae9cdd1bb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 25 Oct 2017 23:15:45 +0200 Subject: [PATCH] fix cryptoids.nix --- cryptoids.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }