fix cryptoids.nix

This commit is contained in:
Gregor Kleen 2017-10-25 23:15:45 +02:00
parent 70418abb75
commit 6916f0746d

View File

@ -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; };
}