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
- Host: GitHub
- URL: https://github.com/rcmlz/raku-nix-template
- Owner: rcmlz
- Created: 2025-02-15T12:31:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T13:42:35.000Z (8 months ago)
- Last Synced: 2025-02-18T05:38:14.073Z (8 months ago)
- Topics: nixos, rakulang
- Language: Nix
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```