From 84deb53ff62a797183b81e2bd2d8507ec3e50aeb Mon Sep 17 00:00:00 2001 From: CrepeGoat Date: Tue, 24 Oct 2023 23:08:52 -0600 Subject: [PATCH] added nix-based build instructions to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6908bb66..1ea25df5 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,10 @@ docker run --rm --mount type=bind,source="$(pwd)",destination=/sm64 --user $UID: Resulting artifacts can be found in the `build` directory. +#### Nix Shell Environment + +Those using the Nix package manager can run `nix-shell` to load an environment that provides the required dependencies. + ## Project Structure sm64