pkgs/by-name/sw/swh/package.nix
0 → 100644
+24
−0
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
Wrap `swh` application with `writeShellApplication` to avoid exposing internal Python modules. Using `writeShellApplication` ensures that the underlying Python packages and modules remain hidden. `toPythonApplication` could not be used due to infinite recursion issues caused by circular dependencies between Python modules.