about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nixops
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2022-10-10 15:43:56 +1300
committeradisbladis <adisbladis@gmail.com>2022-10-10 15:43:56 +1300
commit1d8fe07ab9a46998429782a18d8c5fba0aa55184 (patch)
treeb43d39312b53de386fb36ccaf131b1c436e1c825 /pkgs/applications/networking/cluster/nixops
parent94716867c3ab5b0ec58f3de2f5722ea221bfdd14 (diff)
nixopsUnstable: remove hacky override of pythonOutputDistPhase
poetry2nix is completely opting out of this hook and hence it's a non-issue.
Diffstat (limited to 'pkgs/applications/networking/cluster/nixops')
-rw-r--r--pkgs/applications/networking/cluster/nixops/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/networking/cluster/nixops/default.nix b/pkgs/applications/networking/cluster/nixops/default.nix
index ab7afa921c826..a3ad35a4eabe2 100644
--- a/pkgs/applications/networking/cluster/nixops/default.nix
+++ b/pkgs/applications/networking/cluster/nixops/default.nix
@@ -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"
-              }
             '';
 
           };