{ pkgs ? import {}}: let affection = pkgs.haskellPackages.callCabal2nix "affection" (gitignore ./.) {}; gitignore = dir: pkgs.nix-gitignore.gitignoreSource [] dir; in affection.env