From 0c1d2a5d507fa9e818ee8dde76854a4896595e11 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 25 Feb 2025 14:28:18 -0600 Subject: [PATCH] Nix mention --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d9e2b3c..44dd86c 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,7 @@ This is clearly not ideal. 4) For the exec stack itself, typeable, data generic, ghc.generic, data.dynamic, heterogeneous lists, etc. could also help, to detect the type of variables at runtime, but I would rather stick to language basics at first. + +## Nix Users + +This took my machine about 2 hours to build the environment after running `nix develop`.