fix cryptoids.nix
This commit is contained in:
parent
70418abb75
commit
6916f0746d
@ -3,5 +3,6 @@
|
|||||||
rec {
|
rec {
|
||||||
cryptoids-types = callPackage ./cryptoids-types/cryptoids-types.nix {};
|
cryptoids-types = callPackage ./cryptoids-types/cryptoids-types.nix {};
|
||||||
uuid-crypto = callPackage ./uuid-crypto/uuid-crypto.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; };
|
cryptoids = callPackage ./cryptoids/cryptoids.nix { inherit cryptoids-types; };
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user