-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of issues with the install and run process #153
Comments
This subcommand was present in Nix 2.3, but later versions of Nix made breaking changes to it. You can get the installer for 2.3 here, or if you have any other version of Nix already, you can also
and then use
Do |
to avoid confusion: that @Dragonsight91 up there is my private account
both exist
oh and i found another issue, when trying to build a package:
|
i've been trying to install hoff on my own server, but have run into several issues. Hold onto your sock, sandals, shoes or any combination thereof, because this is gonna be a long one, with a lot of logs
but following the instructions here don't seem to work properly for me.
using nix version:
nix (Nix) 2.10.3
OS: Archlinux
it does work with
nix-shell --run $SHELL
was fixed with
nix-env -i stack
i fixed that by removing the
--split-objs
flags present inpackage/build-binary.sh
then it built the binary properly, yay
i get the following error (and it stops running:
i wonder how many people outside of @channable had this issue.
I've been going up and down in the repo, trying to see where i went wrong (other than using arch on a server), but i cannot find further info, so i thought i'd leave an issue.
The text was updated successfully, but these errors were encountered: