From a1a8649a2be768685eb04c246c114fce36b8096f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= <ismael.bouya@normalesup.org> Date: Wed, 22 May 2019 20:11:21 +0200 Subject: Remove mylibs from module dependencies --- nixops/modules/ssh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixops/modules/ssh') diff --git a/nixops/modules/ssh/default.nix b/nixops/modules/ssh/default.nix index e8d6063..beedaff 100644 --- a/nixops/modules/ssh/default.nix +++ b/nixops/modules/ssh/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, config, mylibs, myconfig, ... }: +{ lib, pkgs, config, myconfig, ... }: { config = { networking.firewall.allowedTCPPorts = [ 22 ]; @@ -25,7 +25,7 @@ # move it in the nix store. environment.etc."ssh/ldap_authorized_keys" = let ldap_authorized_keys = - mylibs.wrap { + pkgs.mylibs.wrap { name = "ldap_authorized_keys"; file = ./ldap_authorized_keys.sh; paths = [ pkgs.which pkgs.gitolite pkgs.openldap pkgs.stdenv.shellPackage pkgs.gnugrep pkgs.gnused pkgs.coreutils ]; -- cgit v1.2.3