nixopsUnstable: remove hacky override of pythonOutputDistPhase

poetry2nix is completely opting out of this hook and hence it's a non-issue.
This commit is contained in:
adisbladis 2022-10-10 15:43:56 +13:00
parent 94716867c3
commit 1d8fe07ab9

View File

@ -64,11 +64,6 @@ let
html=$(mktemp -d)
sphinx-build -b html -d $doc_cache doc/ $out/share/nixops/doc
# Override buggy nixpkgs function
pythonOutputDistPhase() {
echo "no-op output dist phase"
}
'';
};