shell.nix: add pip from nixpkgs
This commit is contained in:
parent
023e892964
commit
2b4a802a51
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
||||||
name = "strojnadzor-env";
|
name = "strojnadzor-env";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.nodejs
|
pkgs.nodejs
|
||||||
python.interpreter
|
(python.interpreterWithPackages (ps: [ pkgs.python37Packages.pip ]))
|
||||||
];
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue