An open API service indexing awesome lists of open source software.

https://github.com/rcmlz/raku-nix-shells

Showing how to set up a reproduceable Raku environment using Nix
https://github.com/rcmlz/raku-nix-shells

deepl-api gemini-api jupyter mistral-api nixos nixpkgs openai-api palm-api rakulang wolfram-alpha-api

Last synced: 2 months ago
JSON representation

Showing how to set up a reproduceable Raku environment using Nix

Awesome Lists containing this project

README

          

# Raku-Nix-Shells
Showing how to set up a reproduceable Raku environment using Nix

```bash
git clone https://github.com/rcmlz/Raku-Nix-Shells
cd Raku-Nix-Shells
```
Now you can launch any of the provided shells environments like

```bash
nix-shell name-of-shell.nix
```
for example

```bash
nix-shell jupyter-chatbook.nix
```

will first setup Jupyter, Raku and the [Juypter-Chatbook](https://raku.land/zef:antononcube/Jupyter::Chatbook) kernel and then launch Jupyter Lab.

ToDo:

- figure out what system packages `zef` and `rakudo` etc. is requirering under the hood - such that we can run eventually in pure mode.

```bash
nix-shell --pure
```