pkgxdev / setup

GitHub Action and `curl pkgx.sh | sh`
Apache License 2.0
135 stars 47 forks source link

installer fails on nixos #166

Open mbledkowski opened 1 year ago

mbledkowski commented 1 year ago

Hi, How can I install tea cli on NixOS? Best regards, Maciej Błędkowski

mxcl commented 1 year ago

sh <(curl tea.xyz) is the general installer. However I believe we don’t yet work on Nix. Probably due to a pre-requisite package or too. We'll use this ticket to track the error messages.

mxcl commented 1 year ago

k so the installer fails.

mxcl commented 1 year ago
# sh <(curl tea.xyz)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13952  100 13952    0     0  20221      0 --:--:-- --:--:-- --:--:-- 20220
                                      /dev/fd/63: line 231: /root/.tea/charm.sh/gum/v0.9.0/bin/gum: No such file or directory

I checked and this file exists. Does nixos do things differently at a filesystem level even?