Nix mention

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 14:28:18 -06:00
parent 6e9b9a4827
commit 0c1d2a5d50

View File

@ -45,3 +45,7 @@ This is clearly not ideal.
4) For the exec stack itself, 4) For the exec stack itself,
typeable, data generic, ghc.generic, data.dynamic, heterogeneous lists, etc. could also help, 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. 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`.