Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created December 29, 2015 17:05
Show Gist options
  • Save codedmart/95b41b0e5249d17c14be to your computer and use it in GitHub Desktop.
Save codedmart/95b41b0e5249d17c14be to your computer and use it in GitHub Desktop.
shellEnv = with pkgs; buildEnv {
name = "shell-env";
paths = [
pkgs.python
python27Packages.virtualenv
python27Packages.pip
pkgs.nix-prefetch-scripts
pkgs.tmux
pkgs.tmuxinator
pkgs.cabal2nix
];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment