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

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

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

nixos rakulang

Last synced: 8 months ago
JSON representation

Showing how to set up a reproduceable Raku environment using Nix

Awesome Lists containing this project

README

          

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

```bash
git clone https://github.com/rcmlz/Raku-Nix-Template
cd Raku-Nix-Template
nix-shell
```

ToDo:

- figure out what system packages `zef` is requirering under the hood - I suspect wget, git and stuff like that - such that we can run in pure mode.

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