Skip to content

Commit cd2dd2b

Browse files
authored
Merge pull request #31 from Shenggan/master
turn on keep_pkgs in construct.yaml
2 parents f3e9232 + 8efd209 commit cd2dd2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Miniforge3/construct.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ channels:
88
- https://conda.anaconda.org/conda-forge
99

1010
write_condarc: True
11+
# keep pkgs for space-saving implications for hardlinks when create new environments
12+
# and keep the same with Miniconda
13+
keep_pkgs: True
1114
license_file: ../LICENSE
1215

1316
specs:

0 commit comments

Comments
 (0)