Skip to content

Instantly share code, notes, and snippets.

@jnsgruk
Created February 24, 2023 13:28
Show Gist options
  • Save jnsgruk/756718ba52a6e99c293d10d9bf64fa82 to your computer and use it in GitHub Desktop.
Save jnsgruk/756718ba52a6e99c293d10d9bf64fa82 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> { } }:
(pkgs.buildFHSUserEnv {
name = "toxy";
targetPkgs = pkgs: [ (pkgs.python3.withPackages (pp: with pp; [ tox ])) ];
runScript = "zsh";
}).env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment