Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .envrc and shell.nix for direnv+Nix-based development #1697

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 26, 2020

  1. add .envrc and shell.nix for direnv+Nix-based development

    With this .envrc and shell.nix, merely cd-ing into the trio directory
    sets up PATH and PYTHONPATH local to that directory, and runs setup.py
    develop, such that one can do trio development with all dependencies
    provided from Nix.
    
    The shell.nix is concise because it just takes advantage of the
    existing package for trio in Nixpkgs.
    
    I don't expect this commit to be accepted; just submitting this for
    reference.
    catern committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    de04337 View commit details
    Browse the repository at this point in the history