diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-12 11:31:07 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-12 13:22:43 +0200 |
commit | 8a964143a4173fcbd6f398fffee727f228f952fa (patch) | |
tree | d662e53ce9f78aae0be5636a0fc7439820c8b99d /nixops/modules/websites/aten | |
parent | b798cf6d60baf5aad5438ba5936259c64d87299c (diff) | |
download | Nix-8a964143a4173fcbd6f398fffee727f228f952fa.tar.gz Nix-8a964143a4173fcbd6f398fffee727f228f952fa.tar.zst Nix-8a964143a4173fcbd6f398fffee727f228f952fa.zip |
Remove unneeded dependencies in modules
Diffstat (limited to 'nixops/modules/websites/aten')
-rw-r--r-- | nixops/modules/websites/aten/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/aten/default.nix b/nixops/modules/websites/aten/default.nix index efd3619..0b2ce69 100644 --- a/nixops/modules/websites/aten/default.nix +++ b/nixops/modules/websites/aten/default.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { lib, pkgs, config, myconfig, mylibs, ... }: | 1 | { lib, pkgs, config, myconfig, ... }: |
2 | let | 2 | let |
3 | aten_dev = pkgs.callPackage ./aten.nix { | 3 | aten_dev = pkgs.callPackage ./aten.nix { |
4 | inherit (pkgs.private.webapps) aten; | 4 | inherit (pkgs.private.webapps) aten; |