Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opam: fix opam sandboxing on nixos, cleanup
To make opam sandboxing (via bwrap) work on nixos, the following had been used here: --set OPAM_USER_PATH_RO /run/current-system/sw/bin:/nix/ However, OPAM_USER_PATH_RO has been removed in opam 2.2.0, requiring a new workaround: ocaml/opam@9b6370d (Before this commit, executing `opam init` would display that sandboxing fails with "bwrap: execvp sh: No such file or directory".) - Removes outdated workarounds for ocp-build and argv0, cleans postInstall - Fixes link to the changelog which was broken because of "with lib;" (cherry picked from commit 5a51e70)
- Loading branch information