diff options
Diffstat (limited to 'nixops/modules/websites/chloe')
-rw-r--r-- | nixops/modules/websites/chloe/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/chloe/default.nix b/nixops/modules/websites/chloe/default.nix index 874b81b..ea984ae 100644 --- a/nixops/modules/websites/chloe/default.nix +++ b/nixops/modules/websites/chloe/default.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { lib, pkgs, config, myconfig, mylibs, ... }: | 1 | { lib, pkgs, config, myconfig, ... }: |
2 | let | 2 | let |
3 | chloe_dev = pkgs.callPackage ./chloe.nix { | 3 | chloe_dev = pkgs.callPackage ./chloe.nix { |
4 | inherit (pkgs.private.webapps) chloe; | 4 | inherit (pkgs.private.webapps) chloe; |