Showing how to set up a reproduceable Raku environment using Nix
git clone https://github.com/rcmlz/Raku-Nix-Shells
cd Raku-Nix-Shells
Now you can launch any of the provided shells environments like
nix-shell name-of-shell.nix
for example
nix-shell jupyter-chatbook.nix
will first setup Jupyter, Raku and the Juypter-Chatbook kernel and then launch VS Codium and Jupyter Lab.
ToDo:
- figure out what system packages
zef
andrakudo
etc. is requirering under the hood - such that we can run eventually in pure mode.
nix-shell --pure