oci-cli: drop nix-support/propagated-build-inputs

This commit is contained in:
Adam C. Stephens
2025-02-21 23:46:58 -05:00
parent 4a22ccb00f
commit d55ea69caf
+6
View File
@@ -63,6 +63,12 @@ py.pkgs.buildPythonApplication rec {
"terminaltables"
];
# Propagating dependencies leaks them through $PYTHONPATH which causes issues
# when used in nix-shell.
postFixup = ''
rm $out/nix-support/propagated-build-inputs
'';
postInstall = ''
cat >oci.zsh <<EOF
#compdef oci