this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 12 lines 229 B view raw
1let pkgs = import ../pkgs.nix; 2in 3import "${pkgs.ihaskell}/release.nix" { 4 compiler = "ghc864"; 5 nixpkgs = import pkgs.nixpkgs {}; 6 packages = self: with self; [ 7 papa 8 containers 9 algebraic-graphs 10 hmatrix 11 ]; 12}