pin nim version in Makefile

This commit is contained in:
gmega 2024-05-23 15:42:15 -03:00
parent f5dd4b0b2c
commit 8e66e9ab57
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
# at your option. This file may not be copied, modified, or distributed except
# according to those terms.
# Pins the Nim version so it's consistent across the board
NIM_COMMIT := upstream/version-1-6
export NIM_COMMIT
SHELL := bash # the shell used internally by Make
# used inside the included makefiles