packages: dependencySets -> drv-parts.dependencySets

This commit is contained in:
Max Headroom 2023-01-29 21:50:16 +01:00
parent 35cde234d8
commit 85c32c5976
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, inputs', self', ... }:
{
dependencySets = {
drv-parts.dependencySets = {
inherit pkgs inputs' self';
inherit (pkgs) python3Packages;
};

View file

@ -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