One-click setup of all things Nix for Juspay'ers

2 Open Issues Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a home-manager launchd module for macOS to persistently set ulimit -s, integrating it into the NixOne setup script. The module should be disabled by default in the underlying template but enabled in NixOne for Juspay users, eliminating manual configuration steps and resolving linker errors.

Complexity: 4/5
good first issue

One-click setup of all things Nix for Juspay'ers

HTML

AI Summary: The task is to fix a bug in the `nixone` script where home-manager uses the `$USER` environment variable instead of the correct username obtained from `id -un`. The solution involves setting the `USER` environment variable to the output of `id -un` before activating the home-manager configuration within the `nixone` script.

Complexity: 3/5
good first issue

One-click setup of all things Nix for Juspay'ers

HTML