Files
Nim/tools
ringabout a5e73ff408 use nimKochBootstrap for niminst (#25293)
so that `nimony` won't be required for nightlies. It's annoying to build
`nimony` on each platform, e.g. `std/memfiles` which is used by `nimony`
is not supported by `nintendoswitch`

```
bin/nim compile -f --incremental:off --compileonly --gen_mapping --cc:gcc --skipUserCfg --os:nintendoswitch --cpu:arm64 -d:danger -d:gitHash:cd69f37f3a4fb46468b77b84ccf6aa3225c8895e compiler/nim.nim
```

```
/home/runner/work/nightlies/nightlies/nim/lib/pure/memfiles.nim(107, 40) Error: undeclared identifier: 'MAP_SHARED'
candidates (edit distance, scope distance); see '--spellSuggest':
 (4, 5): 'freeShared'
```

(cherry picked from commit 46d4079357)
2025-11-22 13:29:54 +01:00
..
2025-01-15 10:21:11 +01:00
2019-10-31 11:13:32 +01:00
2023-12-06 18:17:57 +01:00
2023-05-26 14:37:59 +02:00
2022-10-28 10:01:28 +02:00
2017-03-17 08:29:52 +01:00
2021-08-01 12:52:24 +01:00
2019-03-31 08:36:04 +02:00