{ pkgs ? import {}, confPath, confAttr }: let env = import { configuration = let conf = import confPath; in if confAttr == "" then conf else conf.${confAttr}; pkgs = pkgs; }; in { inherit (env) activationPackage; }