Skip to content

Instantly share code, notes, and snippets.

@kiloreux
Created October 17, 2018 13:00
pythonEnv = import ./requirements.nix { inherit pkgs; };
in
rec {
build = pkgs.buildEnv {
name = "build";
paths = [
pythonEnv.packages
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment