Fix docker.nix
This commit is contained in:
parent
9bec8cf40f
commit
c48ace5480
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
in rec {
|
in rec {
|
||||||
cryptpad = pkgs.callPackage ./default.nix {};
|
cryptpad = pkgs.callPackage ./default.nix {};
|
||||||
docker = pkgs.callPackage ./docker.nix {
|
docker = pkgs.callPackage ./docker.nix {
|
||||||
|
inherit name tag;
|
||||||
inherit cryptpad;
|
inherit cryptpad;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue