diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-06-04 19:51:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-04 13:51:03 +0200 |
commit | 767fec164088f3a808740805e9605fb5354435d2 (patch) | |
tree | fefd45d195ab2d3d7e1b1dcd0054d1554d8c541b | |
parent | a1b7d2278a13af7a08478e6588daac4855e9aabf (diff) | |
download | Nim-767fec164088f3a808740805e9605fb5354435d2.tar.gz |
fixes nightlies regression caused by atlas moving out of the tools dir (#21999)
fixes nightlies caused by atlas moving out of the tools dir
-rw-r--r-- | compiler/installer.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini index 49ee59b0d..fcba2bbb9 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -66,6 +66,7 @@ Files: "doc" Files: "doc/html" Files: "tools" Files: "tools/debug/nim-gdb.py" +Fules: "atlas" Files: "nimpretty" Files: "testament" Files: "nimsuggest" |