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', ... }:
|
||||
|
||||
{
|
||||
dependencySets = {
|
||||
drv-parts.dependencySets = {
|
||||
inherit pkgs inputs' self';
|
||||
inherit (pkgs) python3Packages;
|
||||
};
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
perSystem = { config, drv-backends, lib, pkgs, ... }: let
|
||||
deps = with config.dependencySets.python3Packages; [
|
||||
deps = with config.drv-parts.dependencySets.python3Packages; [
|
||||
poetry-core
|
||||
requests-unixsocket
|
||||
py-multibase
|
||||
|
|
Loading…
Reference in a new issue