mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-26 14:01:31 +00:00
add super
This commit is contained in:
parent
d6f22a039f
commit
438fe51d3c
|
@ -5,7 +5,7 @@ in
|
||||||
self: super: rec {
|
self: super: rec {
|
||||||
python39 = super.python39.override {
|
python39 = super.python39.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
strawberry_graphql = callPackage ./strawberry_graphql/default.tix {
|
strawberry_graphql = super.callPackage ./strawberry_graphql/default.tix {
|
||||||
buildPythonPackage = super.buildPythonPackage;
|
buildPythonPackage = super.buildPythonPackage;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue