meta: remove poetry2nix

This commit is contained in:
Max Headroom 2023-01-08 19:25:00 +01:00
parent 5ca4589ffd
commit e7682ff84b
3 changed files with 0 additions and 20 deletions

View file

@ -139,7 +139,6 @@
gomod2nix.follows = "blank";
mach-nix.follows = "blank";
nix-pypi-fetcher.follows = "blank";
poetry2nix.follows = "poetry2nix";
pre-commit-hooks.follows = "blank";
};
};
@ -190,14 +189,6 @@
blank.url = "github:divnix/blank";
poetry2nix = {
url = "github:nix-community/poetry2nix";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "repin-flake-utils";
};
};
drv-parts = {
url = "github:DavHau/drv-parts";
inputs = {

View file

@ -1,7 +0,0 @@
final: prev: {
py-multibase = prev.py-multibase.overridePythonAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [
final.pytestrunner
];
});
}

View file

@ -14,10 +14,6 @@
overridesDirs = [ ./dream2nix-overrides ];
};
};
poetry2nix = pkgs.poetry2nix.overrideScope' (final: prev: {
defaultPoetryOverrides = prev.defaultPoetryOverrides.extend (import ./poetry2nix-overrides);
});
in
{
_module.args = { inherit inputs self; };