1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00
snack/tests/template-haskell-3/package.nix
2018-10-04 21:30:56 +03:00

7 lines
152 B
Nix

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