1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00
snack/tests/source-dirs/package.nix

5 lines
75 B
Nix

{ main = "Foo";
src = [ ./src ./app ];
dependencies = [ "conduit" ];
}