chore(nix): properly remove ciDocker

This commit is contained in:
Gregor Kleen 2023-05-23 05:46:51 +00:00
parent bb20d56c35
commit 3cfab4898f

View File

@ -135,7 +135,7 @@
inherit (pkgs.lib) recursiveUpdate;
in {
packages = haskellFlake.packages // {
inherit (pkgs) uniworxNodeDependencies uniworxWellKnown uniworxFrontend uniworxDemoDocker uniworxDocker ciDocker changelogJson;
inherit (pkgs) uniworxNodeDependencies uniworxWellKnown uniworxFrontend uniworxDemoDocker uniworxDocker changelogJson;
};
apps = haskellFlake.apps // {