nek0
f422f94794
git-subtree-dir: extern git-subtree-mainline:c84b50de5f
git-subtree-split:9b7b1c6167
7 lines
198 B
Nix
7 lines
198 B
Nix
{ pkgs ? import <nixpkgs> {}}:
|
|
|
|
let
|
|
affection = pkgs.haskellPackages.callCabal2nix "affection" (gitignore ./.) {};
|
|
gitignore = dir: pkgs.nix-gitignore.gitignoreSource [] dir;
|
|
in
|
|
affection.env
|