Skip to content

Commit

Permalink
fixup add support for opam update --depexts on nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Mar 11, 2025
1 parent fb49e5a commit e2ea120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/opamSysInteract.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ let update ?(env=OpamVariable.Map.empty) config =
| Macports -> Some (`AsAdmin "port", ["sync"])
| Msys2 -> Some (`AsUser (Commands.msys2 config), ["-Sy"])
| Netbsd -> None
| Nix -> None
| Nix -> Some (`AsUser "nix-channel", ["--update"])
| Openbsd -> None
| Suse -> Some (`AsAdmin "zypper", ["--non-interactive"; "refresh"])
in
Expand Down

0 comments on commit e2ea120

Please sign in to comment.