packages: dependencySets -> drv-parts.dependencySets
This commit is contained in:
parent
35cde234d8
commit
85c32c5976
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, inputs', self', ... }:
|
{ pkgs, inputs', self', ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
dependencySets = {
|
drv-parts.dependencySets = {
|
||||||
inherit pkgs inputs' self';
|
inherit pkgs inputs' self';
|
||||||
inherit (pkgs) python3Packages;
|
inherit (pkgs) python3Packages;
|
||||||
};
|
};
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
perSystem = { config, drv-backends, lib, pkgs, ... }: let
|
perSystem = { config, drv-backends, lib, pkgs, ... }: let
|
||||||
deps = with config.dependencySets.python3Packages; [
|
deps = with config.drv-parts.dependencySets.python3Packages; [
|
||||||
poetry-core
|
poetry-core
|
||||||
requests-unixsocket
|
requests-unixsocket
|
||||||
py-multibase
|
py-multibase
|
||||||
|
|
Loading…
Reference in a new issue