From b5ecff7b4dfd39bd54a4a802fba2a2d552c69657 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sat, 3 Apr 2021 14:04:57 +0530 Subject: [PATCH] fix --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index dab73c3..0666087 100644 --- a/shell.nix +++ b/shell.nix @@ -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";