pituicat/shell.nix

8 lines
198 B
Nix
Raw Normal View History

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