From 8e66e9ab572988a8a710a1aad089a3061825f186 Mon Sep 17 00:00:00 2001 From: gmega Date: Thu, 23 May 2024 15:42:15 -0300 Subject: [PATCH] pin nim version in Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e7c224f9..b6293c53 100644 --- a/Makefile +++ b/Makefile @@ -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