From aed7783f1ce67caea74e0550a127a206eb321f95 Mon Sep 17 00:00:00 2001 From: Jaka Hudoklin Date: Fri, 29 Aug 2014 18:09:36 +0200 Subject: [PATCH] services: ignore environment.etc for services to work --- nix-services/environment.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix-services/environment.nix b/nix-services/environment.nix index 64b54c7..489f9a2 100644 --- a/nix-services/environment.nix +++ b/nix-services/environment.nix @@ -15,6 +15,8 @@ with pkgs.lib; # HACK HACK system.activationScripts.etc = mkOption {}; # Ignore system.build.etc = mkOption {}; # Ignore + environment.etc = mkOption {}; # Ignore + }; config = {