fix pkgs inherit

test-upstream-strawberry
inexcode 2022-08-12 19:22:00 +04:00
parent 3f04e8aae6
commit 1d8d66fb9e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ nixpkgs ? import <nixpkgs> { }, pythonPkgs ? nixpkgs.pkgs.python39Packages }:
let
inherit (nixpkgs) pkgs;
inherit pkgs;
inherit pythonPkgs;
selfprivacy-api =

View File

@ -1,7 +1,7 @@
{ nixpkgs ? import <nixpkgs> { }, pythonPkgs ? nixpkgs.pkgs.python39Packages }:
let
inherit (nixpkgs) pkgs;
inherit pkgs;
inherit pythonPkgs;
selfprivacy-graphql-api =