pituicat/extern/affection/shell.nix

8 lines
198 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> {}}:
2020-05-03 23:28:37 +00:00
2018-03-28 00:12:35 +00:00
let
affection = pkgs.haskellPackages.callCabal2nix "affection" (gitignore ./.) {};
gitignore = dir: pkgs.nix-gitignore.gitignoreSource [] dir;
2018-03-28 00:12:35 +00:00
in
affection.env