shell.nix: add pip from nixpkgs

This commit is contained in:
Andrey Golovizin 2020-02-07 22:45:28 +01:00
parent 023e892964
commit 2b4a802a51

View file

@ -11,7 +11,7 @@ in
name = "strojnadzor-env";
buildInputs = [
pkgs.nodejs
python.interpreter
(python.interpreterWithPackages (ps: [ pkgs.python37Packages.pip ]))
];
shellHook = ''
'';