This commit is contained in:
Ajeet D'Souza 2021-04-03 14:04:57 +05:30
parent 63f107e5d1
commit b5ecff7b4d
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ let
pkgsMaster = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/470e4a9bbc98b171a7e733dfc9e62531f7b9ceca.tar.gz") {};
pkgsPython = pkgs.python3.withPackages (pkgs: [ pkgs.black pkgs.mypy pkgs.pylint ]);
in
pkgs.mkShell
{
name = "env";