diff options
author | kitsunyan | 2018-05-20 11:07:35 +0000 |
---|---|---|
committer | kitsunyan | 2018-05-20 11:07:35 +0000 |
commit | 80b7087c8f8995cbadd038661b0dcdd39c7d08d5 (patch) | |
tree | 85e1f3d2a419ff6f5ff1b9a2c9a592d453e0d25d /src/common.nim | |
parent | 396e9f44c4f5a79c7b9238835599387f6ff418fe (diff) |
Allow to preserve built packages to user cache dir
Preserving is disabled by default now.
Diffstat (limited to 'src/common.nim')
-rw-r--r-- | src/common.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.nim b/src/common.nim index 62966ee..ca6d8c9 100644 --- a/src/common.nim +++ b/src/common.nim @@ -5,7 +5,7 @@ import type CacheKind* {.pure.} = enum - repositories + repositories, packages BareKind* {.pure.} = enum pkg, repo |