1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-19 07:37:33 +03:00
snack/tests/extensions/package.nix
2018-10-04 21:30:56 +03:00

6 lines
101 B
Nix

{ main = "Main";
src = ./.;
dependencies = [ "text" ];
extensions = [ "OverloadedStrings" ];
}