4 lines
157 B
Nix
4 lines
157 B
Nix
{ haskellPackages, locale, nix-gitignore }:
|
|
|
|
let srcs = nix-gitignore.gitignoreSourcePure ../.gitignore ./.;
|
|
in haskellPackages.callCabal2nix "ssg" srcs { }
|