yobot/package.nix

9 lines
234 B
Nix

{ dream2nix, config, lib, ... }:
{
imports = [ dream2nix.modules.dream2nix.WIP-python-pyproject ];
mkDerivation.src = ./.;
pip.overrides.pendulum.mkDerivation.nativeBuildInputs = [
config.deps.python.pkgs.poetry-core
];
}