mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2025-02-16 22:24:27 +00:00
fix pkgs inherit
This commit is contained in:
parent
3f04e8aae6
commit
1d8d66fb9e
|
@ -1,7 +1,7 @@
|
|||
{ nixpkgs ? import <nixpkgs> { }, pythonPkgs ? nixpkgs.pkgs.python39Packages }:
|
||||
|
||||
let
|
||||
inherit (nixpkgs) pkgs;
|
||||
inherit pkgs;
|
||||
inherit pythonPkgs;
|
||||
|
||||
selfprivacy-api =
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ nixpkgs ? import <nixpkgs> { }, pythonPkgs ? nixpkgs.pkgs.python39Packages }:
|
||||
|
||||
let
|
||||
inherit (nixpkgs) pkgs;
|
||||
inherit pkgs;
|
||||
inherit pythonPkgs;
|
||||
|
||||
selfprivacy-graphql-api =
|
||||
|
|
Loading…
Reference in a new issue