diff options
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 96e3b12..8ecdd88 100644 --- a/default.nix +++ b/default.nix @@ -6,6 +6,7 @@ stdenv.mkDerivation rec { buildInputs = with pkgs;[ python34 python34Packages.docopt + python34Packages.virtualenv ]; shellHook ='' |