https://github.com/nextjournal/garden-env
https://github.com/nextjournal/garden-env
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nextjournal/garden-env
- Owner: nextjournal
- Created: 2022-11-18T09:43:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T22:07:04.000Z (about 3 years ago)
- Last Synced: 2025-02-16T15:06:20.489Z (11 months ago)
- Language: Nix
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Garden Env
Locally reproduce the environment used on [clerk.garden](https://clerk.garden):
1. Install [nix](https://nixos.org/download.html)
2. Configure nix `echo "extra-experimental-features = nix-command flakes" | sudo tee /etc/nix/nix.conf`
3. Build your notebook locally with the same dependencies as available on clerk.garden: `nix run github:nextjournal/garden-env#build`
To enter an interactive shell with the same dependencies as available on clerk.garden, run `nix run github:nextjournal/garden-env`