Skip to content

Instantly share code, notes, and snippets.

@MostAwesomeDude
Created September 9, 2017 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MostAwesomeDude/da78baa3324499ee080afb737cd8330e to your computer and use it in GitHub Desktop.
Save MostAwesomeDude/da78baa3324499ee080afb737cd8330e to your computer and use it in GitHub Desktop.
{ nixpkgs ? import <nixpkgs> {} }:
let
inherit (nixpkgs) pkgs;
in pkgs.stdenv.mkDerivation {
name = "typhon-env";
buildInputs = with pkgs; [
git pythonPackages.pyflakes rlwrap
gist tidyp
linuxPackages.perf
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment