1
1
mirror of https://github.com/nmattia/snack.git synced 2024-10-26 12:38:49 +03:00
snack/tests/template-haskell/package.nix
2018-10-04 21:30:56 +03:00

7 lines
145 B
Nix

{ main = "Main";
src = ./.;
dependencies = ["file-embed"];
extra-files =
(modName: if modName == "Main" then [ "foo.txt" ] else []);
}