Fix docker.nix

This commit is contained in:
Jill 2024-04-18 15:32:12 +02:00
parent 9bec8cf40f
commit c48ace5480
Signed by: KokaKiwi
GPG Key ID: 09A5A2688F13FAC1
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
in rec {
cryptpad = pkgs.callPackage ./default.nix {};
docker = pkgs.callPackage ./docker.nix {
inherit name tag;
inherit cryptpad;
};
}