mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-03-30 09:06:17 +00:00
Isolate python packages
This commit is contained in:
parent
cb033ca27c
commit
36e1855b9c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
|||
in
|
||||
|
||||
self: super: rec {
|
||||
python39 = super.python39.override {
|
||||
python39 = pkgs.python39.override {
|
||||
packageOverrides = python-self: python-super: {
|
||||
strawberry_graphql = python-super.buildPythonPackage rec {
|
||||
pname = "strawberry-graphql";
|
||||
|
|
Loading…
Add table
Reference in a new issue