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";
|
||||
buildInputs = [
|
||||
pkgs.nodejs
|
||||
python.interpreter
|
||||
(python.interpreterWithPackages (ps: [ pkgs.python37Packages.pip ]))
|
||||
];
|
||||
shellHook = ''
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue