mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-23 12:31:28 +00:00
semicolon
This commit is contained in:
parent
3dc0ece017
commit
d6f22a039f
|
@ -6,7 +6,7 @@ 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 = callPackage ./strawberry_graphql/default.tix {
|
||||||
buildPythonPackage = super.buildPythonPackage
|
buildPythonPackage = super.buildPythonPackage;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue