mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 20:21:27 +00:00
fix typo
This commit is contained in:
parent
438fe51d3c
commit
2461867cb9
|
@ -5,7 +5,7 @@ in
|
|||
self: super: rec {
|
||||
python39 = super.python39.override {
|
||||
packageOverrides = self: super: {
|
||||
strawberry_graphql = super.callPackage ./strawberry_graphql/default.tix {
|
||||
strawberry_graphql = super.callPackage ./pkgs/strawberry_graphql {
|
||||
buildPythonPackage = super.buildPythonPackage;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue