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
- Host: GitHub
- URL: https://github.com/rcmlz/raku-nix-shells
- Owner: rcmlz
- Created: 2025-02-15T12:31:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T07:17:58.000Z (3 months ago)
- Last Synced: 2025-07-25T03:31:58.156Z (2 months ago)
- Topics: deepl-api, gemini-api, jupyter, mistral-api, nixos, nixpkgs, openai-api, palm-api, rakulang, wolfram-alpha-api
- Language: Nix
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```