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 = {