Binary packages no longer install .nim files implicitly. Refs #469.

This commit is contained in:
Dominik Picheta 2018-09-09 23:24:53 +01:00
commit fb879efb72
6 changed files with 28 additions and 1 deletions

View file

View file

@ -0,0 +1,13 @@
# Package
version = "0.1.0"
author = "Dominik Picheta"
description = "Correctly structured package Y"
license = "MIT"
bin = @["y"]
# Dependencies
requires "nim >= 0.15.0"

View file

@ -0,0 +1 @@

View file

@ -5,6 +5,7 @@ author = "Dominik Picheta"
description = "Incorrectly structured package Y"
license = "MIT"
installExt = @["nim"]
bin = @["y"]
# Dependencies