Unset PYTHONPATH in devShell
This commit is contained in:
parent
610290446f
commit
e8fe7fda4d
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@
|
||||||
pkgs.nodejs
|
pkgs.nodejs
|
||||||
pkgs.python38Packages.poetry
|
pkgs.python38Packages.poetry
|
||||||
];
|
];
|
||||||
|
shellHook = ''
|
||||||
|
unset PYTHONPATH
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
packages.strojnadzor = pkgs.poetry2nix.mkPoetryApplication {
|
packages.strojnadzor = pkgs.poetry2nix.mkPoetryApplication {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue