dgnum.eu/ssg/default.nix

5 lines
157 B
Nix
Raw Normal View History

2023-06-14 01:59:59 +02:00
{ haskellPackages, locale, nix-gitignore }:
let srcs = nix-gitignore.gitignoreSourcePure ../.gitignore ./.;
in haskellPackages.callCabal2nix "ssg" srcs { }