From 2a02e017a4917f8a5b54a6a271bb41683b701ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Sun, 30 May 2021 19:09:42 +0200 Subject: [PATCH] add nixOS instructions to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aab3617fa8e..2e4f7119ad4 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,14 @@ With the following environment variable set: export LIBCLANG_PATH=$(llvm-config --prefix)/lib64 ``` +#### On nixOS Linux + +```sh +nix-shell etc/shell.nix +``` + +You will need to run this in every shell before running mach. + #### On Windows (MSVC) 1. Install Python 3.9 for Windows (https://www.python.org/downloads/release/python-392/). The Windows x86-64 MSI installer is fine. This is required in order to build the JavaScript engine, SpiderMonkey.