Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 726 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 726 Bytes

devenv-templates

A collection of development environment configurations based on Nix flakes and devenv

Usage

You can use any of the subfolders in the repository as a flake template:

Python

nix flake init --template github:dileep-kishore/devenv-templates#python

Jupyter

nix flake init --template github:dileep-kishore/devenv-templates#jupyter

Note

This was copied over from https://github.com/tweag/jupyenv. It might be better to run nix flake init --template github:tweag/jupyenv

References