c665ce2eb6
Reviewed-on: https://git.hubrecht.ovh/DGNum/dgnum.eu/pulls/7 Co-authored-by: Tom Hubrecht <tom@hubrecht.ovh> Co-committed-by: Tom Hubrecht <tom@hubrecht.ovh>
8 lines
136 B
Nix
8 lines
136 B
Nix
{ haskellPackages
|
|
, nix-gitignore
|
|
}:
|
|
|
|
haskellPackages.callCabal2nix
|
|
"ssg"
|
|
(nix-gitignore.gitignoreSourcePure ../.gitignore ./.)
|
|
{ }
|